Skip to content

Instantly share code, notes, and snippets.

@0xF013
Last active August 29, 2015 14:14
Show Gist options
  • Save 0xF013/777e33e0523301d75e2e to your computer and use it in GitHub Desktop.
Save 0xF013/777e33e0523301d75e2e to your computer and use it in GitHub Desktop.
setTimeout(function() {
console.log('delayed by 1500')
}, 1500);
// blocking for loop for 3000ms
for(;;) ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment