Probably lesson glitch?

Tell us what’s happening:

The program show me Error message:
You should not modify the myDog setup.
What can be done? It seems like everything should be perfectly fine – it match perfectly video setup, and I already try to clean cash and cookies. Also I try to reset this lesson. nothing helps.

Your code so far


// Setup
var myDog = {
"name": "Happy Coder",
"legs": 4,
"tails": 1,
"friends": ["freeCodeCamp Campers"],
"bark": "woof"
};

// Only change code below this line

delete myDog.tails;

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36.

Challenge: Delete Properties from a JavaScript Object

Link to the challenge:

You are the fourth person with this today. And it seems like a bug

As a reply from the mods leaders on a simulair topic:

Thank you, for bringing this to our attention. We will get this forwarded to our contributors to fix.

Whilst that is being fixed, feel free to continue with the curriculum.

1 Like