-
-
Save krisbulman/5b2dc9338d1c5cc16d71894dfd3cc322 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<script type="text/javascript"> | |
var meeting = {number:"1"}; | |
while (meeting==meeting) { | |
document.write( '1++'); | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@willaalt infinite loop of meetings