Example: ``` // Create an "arguments"-like object here, but any Object will do. const obj = { 1: 'foo', 2: 'bar', }; const bar = obj[:2]; ``` Should this be considered a syntax error?
Example:
Should this be considered a syntax error?