Skip to content

No documentation for Map and Set types #49472

Closed
@mjbvz

Description

@mjbvz

lib Update Request

Configuration Check

My compilation target is ES2020 and my lib is the default.

Missing / Incorrect Definition

Set and Map

Sample Code

The Map and Set types don't appear to have any documentation. This makes it difficult for a beginner to work with them

const x = new Set();
x.clear() // no docs here

Documentation Link

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions