const myDog = {
// Only change code below this line
“name” : “Whiskey”,
“legs”: 4,
“tails” : 1,
“friends”:[“Bruno”,“winter”]
// Only change code above this line
};
const myDog = {
// Only change code below this line
“name” : “Whiskey”,
“legs”: 4,
“tails” : 1,
“friends”:[“Bruno”,“winter”]
// Only change code above this line
};
Any time you ask for help with a specific challenge then you need to give us your code, a link to the challenge, and describe the issue you are having so we know what your question is.
The best way to do that is to use the Get Help → Ask for Help buttons, which will automatically include your code and a link to the challenge, and then all you have to do is add your question.
Please provide a link and describe your problem.