Array & Object Destructuring in JavaScript
Introduction
Destructuring is a JavaScript technique to extract values from arrays and objects quickly. Traditionally, we use indices to get values from arrays and properties (keys) to get values from objects. With destructuring, it is possible to ex...
abinjohn.in5 min read