What value is obtained when executing Object.keys(myObject) in the following code?
const myObject = {
name: 'Luis',
age: 25
};
What value is obtained when executing Object.keys(myObject) in the following code?
const myObject = {
name: 'Luis',
age: 25
};