Skip to content

Instantly share code, notes, and snippets.

@jimdel
Created February 28, 2018 02:25
Show Gist options
  • Save jimdel/83a7f475755b905f56ad7d266a52a40e to your computer and use it in GitHub Desktop.
Save jimdel/83a7f475755b905f56ad7d266a52a40e to your computer and use it in GitHub Desktop.
calcPower(5,3) calculatePower(5,2); calculatePower(5,1);
5 * (5 * (5 * 1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment