Maximum length of an object property name

The maximum length of a string in this browser is < 2^29 characters. Using a maximum string length of 2^28.

Trying to create an object with a property name of this length has worked. Trying to read the value back, using the property name, has worked.

With a key of length 2^, object creation and value retrieval .

Edit in JS Bin