Skip to content

Instantly share code, notes, and snippets.

@robdecker
Last active February 19, 2020 02:17
Show Gist options
  • Save robdecker/cd0a26732275ce1c4912 to your computer and use it in GitHub Desktop.
Save robdecker/cd0a26732275ce1c4912 to your computer and use it in GitHub Desktop.
[Timers] #js
window.setTimeout(function() {
alert('hello world')
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment