Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ssougnez
Created June 28, 2018 13:59
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/182fda6c88c3c75724b4b62a51954415 to your computer and use it in GitHub Desktop.
Save ssougnez/182fda6c88c3c75724b4b62a51954415 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