Intro to Programming

Functions To facts …

Topic Basic Intermediate Advanced
Using functions
Correctly call functions that take no arguments like Math.random()
Correctly call functions that take a single argument like Math.abs and Math.sqrt with literal arguments, e.g. Math.sqrt(2)
Correctly call a function given its name and a description of its arguments.
Call functions you’ve written with appropriate literal arguments.