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
Previous slide
Next slide
Back to first slide
View graphic version