JavaScript Function toString()
Returns source code of function as a string
Javascript Function.length
Returns the number of parameters of a function
Javascript Function.name
Returns the name of the given function
Javascript Function apply()
calls function with this value and array of args
Javascript Function call()
Calls a function with a given this value and args
JavaScript Function bind()
Creates new function with given this value & args