Created
March 7, 2018 12:19
-
-
Save rzvdaniel/9a7b34247aeb6d399dc5f96acd842239 to your computer and use it in GitHub Desktop.
Javascript Timeout Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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