New object key from an object value


let person = { name: 'marta' }
let points = { [person.name]: 27 }