Closed adrianheine closed 6 years ago
Example:
var x; for ({x} of []) {a();}
Destructuring variable declarations work, though.
Example:
Destructuring variable declarations work, though.