Skip to content

ikitha/js_control_flow

 
 

Repository files navigation

###JS Control Flow Homework

  • Write a function that calculates and shows the value of one number to the power of another.
  • The function should take 2 arguments - one number as the base, one as the exponent.
  • An example could be 2^10 with the function looking something like calculateExponent(2,10).
  • Submit a pull request.

About

Homework assignment for JS Control Flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%