JS [De,structur,ing] assignment ππ
The destructuring assignment is a javascript expression that takes values from arrays or properties from objects and sets them as local variables.
It is a technique that makes your JavaScript code much more clearer, concise, and readable. Let's see ...
prasathwebby.hashnode.dev3 min read