0 / 60 seg.

What value is obtained when accessing myObject['compositeKey'] in the following code?

const myObject = {
  'composite Key': 'value'
};