ES6 defines ComputedPropertyName var thetop = "top", obj = { [thetop]: 10 }; console.log(obj.top); // -> 10