According to the official JavaScript documentation you can define object literal property names using integers:
Additionally, you can use a numeric or
You can use bracket notation me[123].
me[123]