There is a single array that holds objects:
one = [
{name: 'Name', key: '4868466'},
{name: 'Name', key: '4868466'},
{name: 'Name', key: '4868466'},
{name: 'Name', key: '4868466'}
]
I need to remove the key
from all of them, what's the best way to do this?