Tell us what’s happening:
Describe your issue in detail here.
**Your code so far**
const myDog = {
// Only change code below this line
var myDog = {
"name": "Fido",
"legs": 4,
"tails": 1,
"freinds": ["Spot", "Rover"]
// Only cshange code above this line
};
I do not understand why this code will not pass. It seems to be set up correctly, but I am missing something.
Any ideas?
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
in the object myDog you have wrongly spelled friends and you don’t have to declare object myDog again it is done for you you just have to add the attribute key value pair in it like