Increment a Number with JavaScript. Help

Tell us what’s happening:
Describe your issue in detail here.
I don’t know the issue with this project

Your code so far

var myVar = 87;
++myVar;

The challenge started with a let assignment, and is still expecting one.
Make sure to keep that as it was

let myVar = 87;

// Only change code below this line
// your implementation
1 Like

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