Tell us what’s happening:
Hey people, I am brand new here and running into some noob issues… While trying to complete the basic ++ operator challenge… I understand that the point of the exercise to eliminate the = however the instructions state the code with the equal sign should not be modified. From my point of view the instructions are conflicting since the sum can only equal 89. I would appreciate any help I can get so I can continue my journey.
Your code so far
‘’'var myVar = 87;
// Only change code below this line
myVar = myVar + 1;
myVar++;
myVar–
‘’’
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Safari/605.1.15
.
Link to the challenge: