WeakMap in Javascript
Introduction
Now that we have understood the concept of garbage collection and memory management in Javascript in the last blog I published, it is time to look at the two new data structures - weakMap and weakSet.
weakMap
weakMap is analogous to Map...
nikhilkumarpatra47.hashnode.dev3 min read