Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Created June 28, 2018 13:57
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/51d096746844759424ec891dfb34d456 to your computer and use it in GitHub Desktop.
Save ssougnez/51d096746844759424ec891dfb34d456 to your computer and use it in GitHub Desktop.
pow2(5).then(result => {
pow3(result).then(result => {
pow4(result).then(result => {
console.log(result);
});
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment