Definition: The function keyword is used to define functions in your program. Function is a reserved word and cannot be used for anything other than defining a function.
Examples:
function myFunction() { }
From Stephen Chapman, former About.com Guide