Back to Developer Roadmap

Weak map

src/data/roadmaps/javascript/content/[email protected]

4.0476 B
Original Source

Weak map

WeakMap is a Map-like collection of key/value pairs whose keys must be objects, it removes them once they become inaccessible by other means

Visit the following resources to learn more: