Last active
October 10, 2017 18:29
-
-
Save silesky/337703e43c1b9bf0a88f335078ed13c3 to your computer and use it in GitHub Desktop.
blog_async_final
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
const timer = async() => { | |
await promiseTimeout(1000) | |
await promiseTimeout(2000) | |
await promiseTimeout(3000) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment