Declaring Functions

4. Custom Functions


          Custom functions are those that are defined by programmers.  Functions in JavaScript you defined using the declaration technique or as an expression and using the function keyword.