Web features explorer

Destructuring

Widely available since 2022-07-15
Tags: javascript Groups: JavaScript

The destructuring assignment syntax is a JavaScript expression that unpacks values from arrays, or properties from objects, into distinct variables.

Learning resources on MDN

Browser support