Created
September 9, 2019 06:28
-
-
Save kiinlam/d12152003e326ca18466d53eef8202d7 to your computer and use it in GitHub Desktop.
delay some time
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
const delay = timeout => new Promise(resolve => setTimeout(resolve, timeout)); |
Author
kiinlam
commented
Feb 20, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment