This is where I tell what I am upto!

Don't delay your technical debts!

// Todo, the foundation of your future technical limitation and frustration that you planned today.
The author feels that gist of this article can be written down some other day due to shortage of time and would like to add the technical debt!

Understanding meta-property - newTarget

Digging deep into newTarget - `new.target` from ECMAScript 2015 (aka ES6)
ECMAScript 2015 has introduced a new meta-property or expression known as `new.target` (or `newTarget`); 'new' keyword followed by dot(.) and then `target`. Here is a primer on what it is and how to make use of it.