Last active
January 30, 2020 00:19
-
-
Save jackpordi/7cb881cb1393524997f21f5e982463e8 to your computer and use it in GitHub Desktop.
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
async function letPotKeepBoiling(time) { | |
return /* A promise to let the pot keep boilng for certain time */ | |
} | |
async function boilPot() { | |
return /* A promise to let the pot boil for time */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of
return /* A promise to let the pot keep boilng for certain time */
Did you mean