public abstract class Function
extends Object
A function in JavaScript can be either named or anonymous. Any function can
be assigned to a variable or passed to a method, but passing member functions
this way can cause them to be called in the context of another object (i.e.
with a different "this" object).
- See Also:
- jQuery's Function type