JS

JavaScript ES6 - What is destructuring assignment

16.

What is destructuring assignment in JavaScript ES6?

It is a method to assign multiple variables to a single value.

It is a feature that allows renaming variables.

It is a method to delete default values from variables in JavaScript.

It is a way to unpack values from arrays or properties from objects into distinct variables.