Skip to content

Instantly share code, notes, and snippets.

@EleazarRC
Forked from frankyonnetti/setTimeout.js
Created January 8, 2022 10:19
Show Gist options
  • Save EleazarRC/ebb66282a41fbbab114c8a005f9ae0e0 to your computer and use it in GitHub Desktop.
Save EleazarRC/ebb66282a41fbbab114c8a005f9ae0e0 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