Skip to content

Instantly share code, notes, and snippets.

@jackpordi
Last active January 30, 2020 00:19
Show Gist options
  • Save jackpordi/7cb881cb1393524997f21f5e982463e8 to your computer and use it in GitHub Desktop.
Save jackpordi/7cb881cb1393524997f21f5e982463e8 to your computer and use it in GitHub Desktop.
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 */
}
@stellaywong
Copy link

Instead of return /* A promise to let the pot keep boilng for certain time */
Did you mean

return /* A promise to let the pot keep boiling for certain time */

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment