Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Created June 28, 2018 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssougnez/2840fc60052f060811053cb243044596 to your computer and use it in GitHub Desktop.
Save ssougnez/2840fc60052f060811053cb243044596 to your computer and use it in GitHub Desktop.
let result = await pow2(5);
result = await pow3(result);
result = await pow4(result);
console.log(result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment