Variables click to collapse contents
✓ let and const
✓ TDZ error for too-early access of let or const declarations
✓ Redefinition of const declarations not allowed
✓ destructuring assignments/declarations for arrays and objects
✓ ... operator
✓ let and const
✓ TDZ error for too-early access of let or const declarations
✓ Redefinition of const declarations not allowed
✓ destructuring assignments/declarations for arrays and objects
✓ ... operator