Explore the use and syntax of functions - an essential coding concept
that allows for abstraction and reusability of code.
- Create a function that accepts 2 parameters, divides them, and outputs the result
- Using the same function, return the value instead of outputting it
- Create a function that accepts an integer parameter and determines whether it is in between 10 and 20
- Challenge: create a function that accepts a string as a parameter and returns the reversed form of that string