Skip to content

Instantly share code, notes, and snippets.

@suhailgupta03
Created May 10, 2023 16:54
Show Gist options
  • Save suhailgupta03/0b13b95882af347d942bdcc9b90958aa to your computer and use it in GitHub Desktop.
Save suhailgupta03/0b13b95882af347d942bdcc9b90958aa to your computer and use it in GitHub Desktop.
for(var schoolClass=5; ;schoolClass++) { // there is no
// stopping condition in my code
console.log("I am in class ", schoolClass);
} // so the only way to stop this is to press CTRL+C
console.log("After the for loop");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment