-
ES12 – Logical Assignment Operators
It’s about time tc39 decided to rollout this feature. I think we all have been in a state of our…
-
Closure in Javascript
A closure is a function having access to the parent scope, even after the parent function has closed. Let’s break…