Skip to content

Instantly share code, notes, and snippets.

@williamd1k0
Created February 28, 2015 05:16
Show Gist options
  • Save williamd1k0/dc49418cd7b49d58be05 to your computer and use it in GitHub Desktop.
Save williamd1k0/dc49418cd7b49d58be05 to your computer and use it in GitHub Desktop.
The zueira never ends!
var zueira = true;
while (zueira){
if (1 == 2) {
zueira = false;
}
alert("Zueira!");
}
// the zueira never ends!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment