=
+=
-=
*=
/=
Assign values from arrays or objects to variables in a single statement.
const [a, b] = [1, 2]; const {name, age} = {name: 'Alice', age: 25};