Tell us what’s happening:
Describe your issue in detail here.
I don’t know what happen , they don’t accept it
Your code so far
let dog = {
name: "Spot",
numLegs: 4
};
// Only change code below this line
console.log (dog.name);
console.log (dog.numLegs);
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
Challenge Information:
Object Oriented Programming - Use Dot Notation to Access the Properties of an Object