Why is this an error

Tell us what’s happening:

Your code so far


var myVar = 11;

// Only change code below this line
myVar = myVar - 1;
myVar--;

myVare–;

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Decrement a Number with JavaScript

Link to the challenge:

Nvm lol. They don’t want you to redeclare it. Just change it.