IMO it would also be really nice to have non-string keys in objects, like: { [1, 2]: "a", [3, 4]: "b" }
'Welcome to Node.js v15.7.0.
Type ".help" for more information.
> { [1, 2]: "a" }
({ [1, 2]: "a" })
^
Uncaught SyntaxError: Unexpected token ','
Thar' be dragons! https://stackoverflow.com/questions/32660188/using-array-obj...