계산된 프로퍼티 {js}

const user = {
    [expression] : value
}
// same as
user[expression] = value