Created
July 23, 2018 15:48
-
-
Save obbaeiei/08252d3739d2c370d2218124ae6174ef to your computer and use it in GitHub Desktop.
Set timeout to wait to do something
This file contains 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(function callMeBaby() { | |
console.log(6) | |
}, 1000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment