General syntax for a function
The general syntax for a function consists of two main parts:
A
function signature,
followed by
A code block that constitutes the
body
of the function.