February 2018
Intermediate to advanced
298 pages
8h 22m
English
WeakMap, as the name suggests, is an object in which keys are weakly referenced to the key/value pairs. That means that values can be anything. The keys are weakly referenced as keys are objects.
Here are the differences between Map and WeakMap objects:
In every other particular, apart from these three differences Map ...
Read now
Unlock full access