What am I doing wrong?
Your code so far
var myDog = {
// Only change code below this line
var myDog = {
"name": "Buddy",
"legs": 4,
"tails": 1,
"friend": ["many"]
};
// Only change code above this line
};
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36
.
Challenge: Build JavaScript Objects
Link to the challenge: