We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
constructeur Function
You can also define functions using the Function constructor and a function expression.
Il est également possible de définir des fonctions en utilisant le constructeur Function et une expression de fonction.
Unlike functions defined by function expressions or by the Function constructor, a function defined by a function declaration can be used before the function declaration itself.
À la différence des fonctions définies par les expressions de fonction ou par le constructeur Function, une fonction définie par une déclaration de fonction pourra être utilisée avant la déclaration.
On the other hand, a function defined by a Function constructor does not inherit any scope other than the global scope (which all functions inherit).
En revanche, les fonctions définies par le constructeur Function n'héritent que de la portée globale (portée héritée par toutes les fonctions).
When running them, they will only be able to access their own local variables and global ones, not the ones from the scope in which the Function constructor was called.
Ainsi, lorsqu'elles sont exécutées, elles ne peuvent accéder qu'aux variables globales et à leurs propres valeurs locales. Elles ne peuvent pas accéder aux variables de la portée dans laquelle le constructeur Function a été invoqué.
Functions defined by function expressions and function declarations are parsed only once, while those defined by the Function constructor are not.
Les fonctions définies par les expressions et les déclarations de fonctions ne sont analysées (parsées) qu'une seule fois. Celles définies grâce au constructeur Function ne le sont pas.
Function objects created with the Function constructor are evaluated each time they are used.
Description Les objets Function créés avec le constructeur Function sont évalués à chaque utilisation.
You can also define functions using the Function constructor with functionBody and at least one yield expression, and a legacy generator function expression.
Il est également possible de définir des fonctions à l'aide du constructeur Function, de l'argument functionBody et d'au moins une expression yield et d'une expression de fonction génératrice historique.
The Function constructor creates a new Function object.
Le constructeur Function crée un nouvel objet Function.
The Function constructor is itself a Function object.
Le constructeur Function est lui-même un objet Function.
If a block is provided as argument, it will be converted to a function using the function constructor.
Si un bloc est passé en argument, il sera converti en une fonction en utilisant le constructeur function.
In addition to defining functions as described here, you can also use the Function constructor to create functions from a string at runtime, much like eval().
Une autre façon de définir des fonctions est d'utiliser le constructeur de l'objet Function afin de créer des fonctions à partir d'une chaîne lors de l'exécution, de la même façon que eval().
Function constructor name Functions created with the syntax new Function(...) or just Function(...) create Function objects and their name is "anonymous".
Fonctions créées avec un constructeur Lorsqu'on crée une fonction avec new Function(...) ou simplement Function(...), on crée uniquement des objets dont le nom est "anonymous".
You may have noticed the special function constructor.
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.
Er zijn geen resultaten gevonden voor deze term.
Synoniemen voor Function constructor in het Engels