Functions

A function groups together code statements to perform a specific task. Whenever a function is called, all the code statements inside that function will execute.