JavaScript WeakMap Complete Reference
WeakMap object in JavaScript is used to store the collection of objects (key-value pairs) in which keys are weakly referenced. The major difference of a WeakSet with the set is that a WeakSet is a collection of objects and not values of some particular type.
The Complete methods of WeakMap are listed below:
Instance Methods



