If an object key contains spaces, how can you access its value in JavaScript?
Use object key index to access the value.
Use dot notation to access the value.
Remove spaces from the key before accessing the value.
Use bracket notation to access the value.