Skip to content

Instantly share code, notes, and snippets.

@KarateJB
Last active September 12, 2016 09:40
Show Gist options
  • Save KarateJB/859131416f4e4089541d7b8b645655bb to your computer and use it in GitHub Desktop.
Save KarateJB/859131416f4e4089541d7b8b645655bb to your computer and use it in GitHub Desktop.
[JS] Set timeout
setTimeout(function () {
// Whatever you want to do after the wait
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment