Problems not running

in this exercise https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/compound-assignment-with-augmented-addition when I click, run test nothing happens. this has happened multiple times during the HTML and CSS courses. Can someone fix this?

tried to reset the code and thats not working either.

What does the console show after clicking “Reset All Code”, confirming, then clicking “Run the Tests”?

On mine it shows this before the tests:

/**
* Your test output will go here
*/

And then this after:

// running tests
You should use the += operator for each variable.
// tests completed

nothing happened. I excited out the old page and logged in from a new one and its working now.

1 Like

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