Skip to content

Instantly share code, notes, and snippets.

@rzvdaniel
Created March 7, 2018 12:19
Show Gist options
  • Save rzvdaniel/9a7b34247aeb6d399dc5f96acd842239 to your computer and use it in GitHub Desktop.
Save rzvdaniel/9a7b34247aeb6d399dc5f96acd842239 to your computer and use it in GitHub Desktop.
Javascript Timeout Example
setTimeout(() => {
// Anything here will be timed out for 2 seconds
}, 2000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment