perimetral
Results
1
comments of
perimetral
Try to use syntax for computable keys: ```js let w = 'qq'; let r = { x: 1, [w + 'ee']: 2 }; console.log(r); // result will be "{ x:...