JavaScript Function Review

Calling functions with and without parameters

Functions with No Parameters

These functions perform an action but don’t need any input.

Functions with Parameters

These functions need information passed into them.