Skip to content

Instantly share code, notes, and snippets.

@bvenkatr
Created March 23, 2017 08:50
Show Gist options
  • Save bvenkatr/ccbacef2de86b591fca42caa8c7d5a25 to your computer and use it in GitHub Desktop.
Save bvenkatr/ccbacef2de86b591fca42caa8c7d5a25 to your computer and use it in GitHub Desktop.
setInterval(function() {
console.log("foo");
while (true) {
}
}, 1000);
setInterval(function() {
console.log("bar");
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment