Var does not exist in code

Tell us what’s happening:

Your code so far


var myVar = 87;

// Only change code below this line
myVar = myVar +1;
myVar = 88;
myVar = myVar ++;

Your browser information:

User Agent is: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/increment-a-number-with-javascript

2 posts were merged into an existing topic: myVar = myVar + 1; should be changed abracadabra

Please do not create duplicate topics for the same challenge/project question(s). This duplicate topic has been unlisted.

Thank you.