Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@krisbulman
Forked from willaalt/meetings
Last active April 11, 2016 18:06
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 krisbulman/5b2dc9338d1c5cc16d71894dfd3cc322 to your computer and use it in GitHub Desktop.
Save krisbulman/5b2dc9338d1c5cc16d71894dfd3cc322 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var meeting = {number:"1"};
while (meeting==meeting) {
document.write( '1++');
}
</script>
@krisbulman
Copy link
Author

@willaalt infinite loop of meetings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment