JavaScript Programmer’s Reference Warnings: . In Netscape, the

JavaScript Programmer’s Reference Warnings: . In Netscape, the arguments array is implemented as an object of type Arguments but in MSIE its type is simply an Object object. In Netscape, the arguments object is extended with a toString() mechanism that returns the arguments as a comma separated list in a String. In MSIE, you get the object type. . None of the properties of the arguments object are enumerable. . Because the arguments object is meant to be used in a manner that is local to the function it was created in, you get unpredictable results if you pass it to another function as an argument itself. . Note that at the time of writing the example given below did not seem to work on Netscape 6.0. Example code: See also: Argument, Argument list, Arguments.callee, Arguments.caller, Arguments.length, arguments[], Collectionobject, Execution context, Function arguments, Function call, Function call operator ( ), function( … ) …, Function.arguments[], Object inspector, Object.prototype, Parameter
Note: If you are looking for best quality webspace to host and run your tomcat application check Vision tomcat hosting services

Leave a Reply