What will be the output of the following code:
const people = {
'person1': 'Kate Ferguson',
'person2': 'Frederick Dixon',
'person3': 'Victor Johnston'
};
console.log(people.keys());What will be the output of the following code:
const people = {
'person1': 'Kate Ferguson',
'person2': 'Frederick Dixon',
'person3': 'Victor Johnston'
};
console.log(people.keys());Create a free account to access the full topic