Contents tagged with apply
-
Apply in Javascript
After reading an
older blog post by Scott Cate, I was curious if the
apply function in Javascript
would work if no arguments were defined in the calling
function. It turns out that it does work. Consider the
following javascript: