Calling Functions

Calling a Function

inline

  • To run the code inside of a function you use the function name followed by parentheses (don’t forget the parentheses!)

  • Now you can call this function as many times as you want