Skip to content

Instantly share code, notes, and snippets.

@frankyonnetti
Last active January 8, 2022 10:19
Show Gist options
  • Save frankyonnetti/8676478 to your computer and use it in GitHub Desktop.
Save frankyonnetti/8676478 to your computer and use it in GitHub Desktop.
Javascript - setTimeout #javascript
setTimeout(function() {
// do something
}, 200)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment