Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created March 28, 2016 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/c949a2959d8876d94af7 to your computer and use it in GitHub Desktop.
Save codecademydev/c949a2959d8876d94af7 to your computer and use it in GitHub Desktop.
Codecademy export
var understand = true;
while(understand === true){
console.log("I'm learning while loops!");
understand = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment