What´s wrong?
Your code so far
var myVar = 87;
// Only change code below this line
myVar = 87 + 1;
myVar = 88;
myVar = myVar++;
Your browser information:
Your Browser User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
.
Link to the challenge:
https://www.freecodecamp.org/challenges/increment-a-number-with-javascript