Passing Arguments to a JavaScript Function

Firefox 1.5 returns “Warning: deprecated arguments usage”
Solution: “var argv = arguments;”
Reference:
http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Functions:arguments
“The arguments object is a local variable available within all functions; arguments as a property of Function can no longer be used.”


Posted

in

by

Tags:

Comments

One response to “Passing Arguments to a JavaScript Function”

  1. Stas7Sint Avatar
    Stas7Sint

    Thanks.

Leave a Reply to Stas7Sint Cancel reply

Your email address will not be published. Required fields are marked *