We have already seen some simple JavaScript functions in action.
The syntax for defining Functions:
function name (parameters ) { // Function code goes here }