Lets try to understand 🧍 about Destructing, Spread operator and Rest parameter. If you have not gone through part 1, head over to this for better understanding Javascript ES6 📜Features that you must know 🧠
In this, you will get to know about hoisting, when to use var, let keyword, what is template literals, n lots more.ahdev2020.medium.com Destructuring 🧩 Destructuring is the property inherited from languages like Python which allows to specify the particular elements to extract from an object or array.