Created
June 30, 2018 06:28
-
-
Save rupakg/5c3d2e94cb9396f694a56262e4611cb0 to your computer and use it in GitHub Desktop.
Revisions
-
rupakg created this gist
Jun 30, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ // define const delay = ms => new Promise(res => setTimeout(res, ms)) // call await delay(5000)