Ссылка на значение массива в ключ объекта JS

// use square bracket to wrap the array/object reference
let myObj = {
  [myArr[0]]: 'Value'
};
shahul