Private class fields in JavaScript, this time in true sense!
In general, one should ignore reading this further as, we are talking about yet another way to make a class field Private in JavaScript! We, the JS Developer community know more than couple of ways to do it already.
Be it,
Using Class Constructor
U...
blog.greenroots.info