Tell us what’s happening:
Any help would be appreciated I’m so confused.
**Your code so far**
const myDog = {
// Only change code below this line
var myDog = {
"name": "Benny",
"legs": 3,
"tails": 2,
"friends": ["Joe","Tyler"]
};
// Only change code above this line
};
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36
Thanks for the response. I tried removing each instance where it is defined and nothing is registering in the program still. Not too sure what the deal is but I’ll sit here as long as it takes.