Understanding Destructuring assignment In Javascript.
Introduction
The two most used data structures in JavaScript are Object and Array. But when we pass those to a function, it might not need the entire array/object as a whole, but rather individual pieces.
Destructuring assignment is a special syntax ...
blog.henzzo.com10 min read