Function Objects
Every function statement gives rise to a Function object
Function objects are also created with the new operator: window.onload = new Function( "document.bgColor='white'" );
Function objects may be anonymous
NB: Function arguments are passed by value