Skip to content

Instantly share code, notes, and snippets.

@Dornhoth
Created December 7, 2019 17:48
Show Gist options
  • Select an option

  • Save Dornhoth/eef7bccc8846faa9215d29c22418ef79 to your computer and use it in GitHub Desktop.

Select an option

Save Dornhoth/eef7bccc8846faa9215d29c22418ef79 to your computer and use it in GitHub Desktop.
setTimeout(function run() {
console.log('Hello!');
setTimeout(run, 1000);
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment