What is wrong with my code


what is wrong with my code?

**Your browser information:**

Your Browser User Agent is: ```Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 UBrowser/7.0.185.1002 Safari/537.36```.

**Link to the challenge:**
https://www.freecodecamp.org/challenges/increment-a-number-with-javascript

myVar++ and ++myVar are not the same thing.

1 Like