<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/courses/javascript-beginner-en-qDwp0/0/3?curriculum_id=506324b3a7dffd00020bf661
<In what way does your code behave incorrectly? Include ALL error messages.>
My code keeps coming back saying “Oops, try again. There was a problem with your syntax. SyntaxError: missing variable name” I can’t understand what they mean. Help!
// Write your loop below!
for (var 1 = i; i < 11; i++) {
console.log(“Great job!”);
}
var myName = true
while (myName.length < 6) {
console.log(myName === “Abri”);
myName = false;
}
<do not remove the three backticks above>