In javascript, Destructuring is powerful feature that enable you to extract data from arrays and objects and spread them into other arrays, Object or variables.
DESTRUCTURING
Destructuring allows you to unpack values from arrays or properties from an...