Odwołując się do wartości tablicy w kluczu obiektowym JS
// use square bracket to wrap the array/object reference
let myObj = {
[myArr[0]]: 'Value'
};
shahul
// use square bracket to wrap the array/object reference
let myObj = {
[myArr[0]]: 'Value'
};