Pair Up    β 00:00
Searching for a partner...

Expected Wait Time... 00:15

Users Searching... 0

Your Partner is Ready!

00:20

Functions

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