トップに戻る
tags
const key = "fullName" const obj = {} obj[key] = 'hogehoge'
const key = "fullName" const obj = {[key]: 'hogehoge'}
edit