0 / 60 seg.

What is the result of Object.values(object1) in the following code?

const object1 = {
  a: 'one',
  b: 'two',
  c: 'three'
};