JScript .Net Fast Mode
-
JScript .NET Fast Mode Overview
To allow JScript.NET to execute with optimal performance, the JScript .NET in Confirmit surveys will be compiled in fast mode. As fast mode places some restr...
-
All Variables Must Be Declared
Previous versions of JScript did not require explicit declaration of variables. Although this feature saves keystrokes for programmers, it also makes it diff...
-
Functions Become Constants
In previous versions of JScript, functions declared with the function statement were treated the same as variables that held a Function object. In particular...
-
Arguments Object is not Available
Previous versions of JScript provided an arguments object inside function definitions, which allowed functions to accept an arbitrary number of arguments. Th...
-
Using a Sorting Function in the Sort Method (on Array)
Arrays can be sorted with the sort method. This method takes an optional function name as parameter, a function that defines how to sort elements if t...