For AI agents: the complete documentation index is available at /tc39-atlas/en/llms.txt, the full documentation bundle is available at /tc39-atlas/en/llms-full.txt, and this page is available as Markdown at /tc39-atlas/en/proposals/stage/1/proposal-array-unique.md.
  • English
  • Array.prototype.unique() S1

    Proposal details
    Proposal overview

    This proposal introduces an Array.prototype.unique() method to remove duplicate elements from an array, simplifying common deduplication tasks. It proposes a straightforward API using SameValueZero semantics for equality checks. The proposal is currently in an early stage, lacking detailed specification or implementation details.

    The upstream repository does not provide a README.