Example:
function functionName() { code to be executed; }
Calling the function
functionName();
Passing function parameters