var obj = { // Computed (dynamic) property names [ 'prop_' + (() => 42)() ]: 42 };
这当然非常花哨.但有人可以在哪里使用它而不增加不必要的复杂性
var obj = { [SOME_CONSTANT]: 42 };