Issue with exercise 86

Tell us what’s happening:
There is an issue with exercise no.86.

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; rv:75.0) Gecko/20100101 Firefox/75.0.

Challenge: Delete Properties from a JavaScript Object

Link to the challenge:

Looks like a bug to me.

Yes, I am facing the same problem. Hope they fix the bug soon.

I’m too facing the same problem.

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.

Thank you for your help.

Is there any way we can have a separate reporting system for bugs like this?

I hope FCC could provide a more systematic mechanism for reporting bugs.

Well, that is a feature that could be discussed over on #contributors. It can definitely be done, it is more a case of how and who.

Thanks for your reply.

Thanks for the informative response.

GOD bless.