JavaScript Usuń wartość DICT

const o = { lastName: 'foo' }
delete o['lastName']
Cerbrain