Closed
Description
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