WeakMaps in JavaScript

The WeakMap object is a collection of key/value pairs in which the keys are weakly referenced. The keys must be objects and the values can… Read more

Similar

My year in JavaScript review

In the beginning of 2016 I was in the AngularJS bandwagon. It was all the rage for me as I was looking to learn some JavaScript framework. Despite this something was on my mind. I thought I had some…...

Read more »