Created
February 28, 2015 05:16
-
-
Save williamd1k0/dc49418cd7b49d58be05 to your computer and use it in GitHub Desktop.
The zueira never ends!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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