Skip to content

Instantly share code, notes, and snippets.

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