I cant go to the next task. It says "Something is not quite right. A report has been generated and the freeCodeCamp.org team have been notified"

Tell us what’s happening:

Your code so far


var a = 3;
var b = 17;
var c = 12;

// Only change code below this line
a += 12;
b += 9;
c += 7;

Your browser information:

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

Challenge: Compound Assignment With Augmented Addition

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

The more information you give us, the more likely we are to be able to help.

Thank you so much for replying, I was supposed to substitute the common way of adding with a +, to summ it up with an += operator, wich I did and it is the way it is supposed to be, as I searched in the solution, but all the time I try to skip to the next task it gives me this error “Something is not quite right. A report has been generated and the freeCodeCamp.org team have been notified”. Hope I could clearify myself, if not, please let me know :slight_smile:

The code looks ok to me. Have you tried updating your browser? Clearing your cache and logging back into freeCodeCamp?

@nezu ,

I ran your code, and it works for me, maybe it’s an issue with your browser? If anything I would refresh the page, possible close the window (or tab) and try again. If that does not work try signing in and out of your FCC account.

Not sure if @raisedadead or @camperextraordinaire might be able to help.

best,
Cy499_Studios

I did not think abou that, but the log out/log in worked :smiley: Thank you!

Thanks a lot to you too for answering :slight_smile: it worked :+1:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.