What value is obtained when accessing myObject['compositeKey'] in the following code?
const myObject = {
'composite Key': 'value'
};
What value is obtained when accessing myObject['compositeKey'] in the following code?
const myObject = {
'composite Key': 'value'
};