Download for Windows Premium
Advertising
objet function
Function object
Le code qui suit crée un objet Function recevant deux paramètres.
The following code creates a Function object that takes two arguments.
Les liaisons sont assurées comme d'habitude par l'objet Function.
The links are provided as normal by the Function object.
Pour appeler l'objet Function, on peut utiliser le nom de la variable comme une fonction.
To call the Function object, you can specify the variable name as if it were a function.
Bien que l'objet Function ne fournisse aucune méthode de lui-même, il hérite de méthodes au travers de la chaîne de prototypes.
Although the Function object does not provide any methods of its own, it does inherit methods through the prototype chain.
Les fonctions sont des objets, en tant que tels, elles possèdent des méthodes (voir la page sur l'objet Function).
It turns out that functions are, themselves, objects, and these objects in turn have methods (see the Function object).
Par chance, JavaScript permet d'appeler une fonction et de lui donner un tableau de paramètres d'une longueur arbitraire, à l'aide de la méthode apply() de tout objet Function.
Luckily, JavaScript lets you call a function with an arbitrary array of arguments, using the apply() method of any function object.
Le constructeur Function crée un nouvel objet Function.
The Function constructor creates a new Function object.
Le constructeur Function est lui-même un objet Function.
The Function constructor is itself a Function object.
En JavaScript, chaque fonction est un objet Function.
In JavaScript every function is actually a Function object.
Toute fonction JavaScript est en fait un objet Function.
Every function in JavaScript is a Function object.
Voir la page sur l'objet Function dans la référence JavaScript pour plus d'informations.
See the Function object in the JavaScript Reference for more information. Predefined functions
Puis à l'intérieur de cet objet Function, nous appellerons un Observable qui diffusera un String ( I love OpenClassrooms !
Then, within that Function object, we'll call an Observable that will emit a String ( I love OpenClassrooms!
La méthode toString() lèvera une exception TypeError (« Function.prototype.toString called on incompatible object ») si la valeur this n'est pas un objet Function.
The toString() method will throw a TypeError exception ("Function.prototype.toString called on incompatible object"), if its this value object is not a Function object.
No results found for this meaning.

Synonyms and analogies of "objet function" in French

Advertising

Results: 17. Exact: 17. Elapsed time: 25 ms.

Word index: 1-300, 301-600, 601-900

Expression index: 1-400, 401-800, 801-1200

Phrase index: 1-400, 401-800, 801-1200