* You must declare all variables.
* You cannot assign values to, or redefine, functions.
* You cannot assign to, or delete, predefined properties of the built-in JScript objects.
* You cannot add expando properties to the built-in objects.
* You must supply the correct number of arguments to function calls.
* The arguments property is not available within function calls.
En même temps c'est un peu ce qui devrait tout le temps être fait, à part la dernière peut être, et encore, non ?
[^] # Re: Surprise
Posté par kowalsky . En réponse au journal Lisaac: sorti de la 0.39beta. Évalué à 2.
* You must declare all variables.* You cannot assign values to, or redefine, functions.
* You cannot assign to, or delete, predefined properties of the built-in JScript objects.
* You cannot add expando properties to the built-in objects.
* You must supply the correct number of arguments to function calls.
* The arguments property is not available within function calls.
En même temps c'est un peu ce qui devrait tout le temps être fait, à part la dernière peut être, et encore, non ?