Javascript Understanding Destructuring in ES6

krishankant singhal
2 min readFeb 17, 2020

With the advent of ES6 in javascript we got lots of cool features. some of them are arrow function, map,filter, reducer and destructuring of object and Array etc.

When we talk About destructing in javascript. we have to talk about

1)Object Destructing

2) Array Destructuring

So Basically Destructuring is a new feature introduced in ES6 to unpack values from arrays or properties from an object. It helps in improving the readability and performance of our code.

--

--

krishankant singhal

Angular,Vuejs,Android,Java,Git developer. i am nerd who want to learn new technologies, goes in depth.