Download for Windows Premium
Publiciteit
hasOwnProperty

Vertaling van "hasOwnProperty" 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.
hasOwnProperty
Every object has a method called hasOwnProperty, which tells us whether the object has a property with a given name.
Tout objet a une méthode appelée hasOwnProperty, qui nous indique si l'objet a une propriété de ce nom.
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property.
La méthode hasOwnProperty() retourne un booléen indiquant si l'objet possède la propriété spécifiée.
hasOwnProperty can also be used in those situations where we have been using the in operator to see whether an object has a specific property.
hasOwnProperty peut également être utilisée dans les situations où l'on utilise l'opérateur in pour savoir si un objet contient une propriété particulière.
To check whether an object has a property defined on itself and not somewhere on its prototype chain, it is necessary to use the hasOwnProperty method which all objects inherit from Object.prototype.
Afin de vérifier si un objet dispose d'une propriété qui lui est propre et qui n'est pas plus haut dans la chaîne, il est nécessaire d'utiliser la méthode hasOwnProperty, dont tous les objets héritent grâce à Object.prototype.
hasOwnProperty is the only thing in JavaScript which deals with properties and does not traverse the prototype chain.
hasOwnProperty est le seul élément JavaScript qui est liée aux propriétés et qui ne parcourt pas la chaîne de prototypes.
All descendents of Object inherit the hasOwnProperty method.
Chaque objet descendant d'Object hérite de la méthode hasOwnProperty.
Examples Using hasOwnProperty to test for a property's existence
Exemples Utiliser hasOwnProperty pour tester l'existence d'une propriété
Evaluates a string of JavaScript code in the context of the specified object. hasOwnProperty
Evalue la chaîne du code JavaScript dans le contexte de l'objet spécifié. hasOwnProperty
Using hasOwnProperty as a property name
Utiliser hasOwnProperty pour tester l'existence d'une propriété
This loop is similar to the first one, but it uses hasOwnProperty() to check, if the found enumerable property is object's own (not inherited). And if it is, the property is logged.
Cette boucle ressemble à la première mais ajoute la méthode hasOwnProperty() qui permet de vérifier si la propriété énumérable recensée est directement disponible sur l'objet (c'est-à-dire si elle n'est pas héritée).
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor hasOwnProperty in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
eggplant: purple fruit used as a vegetable in cooking
Ontdek het woord
Publiciteit

Resultaten: 10. Exact: 10. Verstreken tijd: 47 ms.