Destructing assignment explained in ES6
Introduction
In this article, I will be explaining an ES6 feature "Destructuring Assignment" in continuation of my ES6 series .
Prior to ES6, we were used to assigning variables in arrays and objects, and extracting them using bracket, and dot nota...
nechey.hashnode.dev3 min read