Skip to content

Instantly share code, notes, and snippets.

@suhailgupta03
Created May 10, 2023 16:44
Show Gist options
  • Save suhailgupta03/d075efba939ec69f67ea9a5661326156 to your computer and use it in GitHub Desktop.
Save suhailgupta03/d075efba939ec69f67ea9a5661326156 to your computer and use it in GitHub Desktop.
for(var schoolClass=5; schoolClass <= 7;schoolClass++) {
console.log("I am in class ", schoolClass);
} // this will terminate the loop once the student is in class 8
console.log("After the for loop");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment