A quick overview of functions, how to define them, and how variable scope affects when and where variables can be accessed within functions.
See how a function is defined and used. Learn to define your first simple function.
Functions can accept input known as arguments. We'll explore how to work with arguments.
Storing data, such as intermediate values of a calculation, in variables inside of a function.