Download for Windows Premium
Publiciteit
object's prototype

Examples with "object's prototype" and their translation in Frans

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.
Specifies the function that creates an object's prototype.
Définit la fonction qui crée le prototype de l'objet.
Function to test against Description The instanceof operator tests presence of constructor.prototype in object's prototype chain.
Description L'opérateur instanceof teste la présence de constructeur.prototype dans la chaîne de prototypes d'objet.
An object's prototype object may also have a prototype object, which it inherits methods and properties from, and so on.
Un prototype peut lui aussi avoir son prototype objet duquel il héritera des méthodes et des attributs et ainsi de suite.
This method can be used to determine whether an object has the specified property as a direct property of that object; unlike the in operator, this method does not check for a property in the object's prototype chain.
Cette méthode peut être utilisée pour déterminer si un objet a la propriété spécifiée en tant que propriété directe de cet objet. Contrairement à l'opérateur in, cette méthode ne vérifie pas la chaîne des prototypes de l'objet. Exemples
The isPrototypeOf() method allows you to check whether or not an object exists within another object's prototype chain.
La méthode isPrototypeOf () vous permet de vérifier si un objet existe ou non dans la chaîne de prototypes d'un autre objet.
The isPrototypeOf() method checks if an object exists in another object's prototype chain.
La méthode isPrototypeOf() permet de tester si un objet existe dans la chaîne de prototypes d'un autre objet.
However, if a property with the same name exists on the object's prototype chain, the object will inherit that property from the prototype.
En revanche, si une propriété du même nom est présente sur la chaîne de prototypes de l'objet, l'objet héritera de cette propriété.
This method can be used to determine whether an object has the specified property as a direct property of that object; unlike the in operator, this method does not check down the object's prototype chain.
Chaque objet descendant d'Object hérite de la méthode hasOwnProperty. Cette méthode peut être utilisée pour déterminer si un objet a la propriété spécifiée en tant que propriété directe de cet objet.
It doesn't either, so the browser then checks to see if the Person() constructor's prototype object's prototype object (Object() constructor's prototype) has a valueOf() method available on it.
Pas de valueOf() non plus, donc le navigateur regarde si le prototype objet du constructeur Personne() (Object) possède cette méthode.
isPrototypeOf: The isPrototypeOf() method checks if an object exists in another object's prototype chain. isSafeInteger: The Number.isSafeInteger() method determines whether the provided value is a number that is a safe integer.
isSafeInteger: La méthode Number.isSafeInteger() permet de déterminer si la valeur, passée en argument, est un entier représentable correctement en JavaScript (c'est-à-dire un nombre compris entre -(253 -1) et 253 -1).

Andere resultaten

You can use the constructor's prototype object to add properties or methods to all Set instances.
Le prototype du constructeur permet d'ajouter des propriétés ou des méthodes à toutes les instances de Map.
You can use the constructor's prototype object to add properties or methods to all Boolean instances.
Vous pouvez utiliser l'objet prototype du constructeur pour ajouter des propriétés ou des méthodes de toutes les instances Boolean.
You can use the constructor's prototype object to add properties or methods to all Promise instances.
On peut utiliser le prototype du constructeur afin d'ajouter des propriétés et/ou des méthodes à chacune des instances de Promise.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor object's prototype in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
jellyfish: marine animal with a gelatinous body and tentacles
Ontdek het woord
Publiciteit

Resultaten: 2935. Exact: 10. Verstreken tijd: 305 ms.