0 / 60 seg.

What value is obtained when executing Object.keys(myObject) in the following code?

const myObject = {
  name: 'Luis',
  age: 25
};