JavaScript for the dummies, by the dummies
Jun. 8th, 2007 05:36 pm"We can also declare a function by assigning a variable to an unnamed function.
"
" The apply method allows you to apply to a function a method from another function. "
" The call method allows you to call a method from another object "
"Methods
Methods Description
apply() n/a
call() n/a
toString() n/a"
(this one is not by the dummies, but still...)
"You can assign a different this object when calling an existing function. this refers to the current object, the calling object."
"
" The apply method allows you to apply to a function a method from another function. "
" The call method allows you to call a method from another object "
"Methods
Methods Description
apply() n/a
call() n/a
toString() n/a"
(this one is not by the dummies, but still...)
"You can assign a different this object when calling an existing function. this refers to the current object, the calling object."