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: <script type= "text...