Last active
October 27, 2017 17:22
-
-
Save silesky/fd767fac9bd977acf17f246bb2979280 to your computer and use it in GitHub Desktop.
blog_async_setT2
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(() => console.log('hi'), 1000) | |
setTimeout(() => console.log('hi'), 2000) | |
setTimeout(() => console.log('hi'), 3000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment