The code its refusing to run its making a red line under the name
Your code so far
var myDog = {
// Only change code below this line
var myDog = {
name:"bingo",
legs: 4,
tails: 1,
friends: [everything]
}
// Only change code above this line
};
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.146 Safari/537.36
.
Challenge: Build JavaScript Objects
Link to the challenge: