The function keyword begins a named function definition. For anonymous functions, see the Function object.
function myFunc(arg1, arg2) { // function statements here }