Examples with "in JavaScript are descended" and their translation in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Object.values() Returns an array of a given object's own enumerable values. All objects in JavaScript are descended from Object; all objects inherit methods and properties from Object.prototype, although they may be overridden.
Alle Objekte in JavaScript stammen von Object; alle Objekte erben Methoden und Attribute von Object.prototype, wobei diese überschrieben werden können (mit Ausnahme von Objekten mit einem null-Prototyp, sprich Object.create(null)).
Other results
Object is the primitive JavaScript object type. All JavaScript objects are descended from Object. That is, all JavaScript objects have the methods defined for Object.
Variables in JavaScript are not directly associated with any particular value type, and any variable can be assigned (and re-assigned) values of all types
Datentypen werden bei einer Variable nicht explizit deklariert und jede Variable kann mit Werten jedes Typen beschrieben (überschrieben) werden
Thanks to our E-Payment Integration Kit (EPIK), our own integrations in javascript are easy.
Dank unserem E-Payment Integration Kit (EPIK) sind eigene Integrationen in Javascript einfach möglich.
Function expression hoisting Function expressions in JavaScript are not hoisted, unlike function declarations.
Funktionsausdrücke in Javascript werden nicht automatisch an den Beginn des Scopes gehoben (hoisted), anders als function declarations.
Due to the fact that the objects in JavaScript are practically all in the JSON format - hence the name JavaScript Object Notation - the return values can be cast back to the given type.
Da Objekte in JavaScript praktisch im JSON-Format sind - daher auch der Name JavaScript Object Notation -, kann der Rückgabewert wieder auf den übergebenen Typ gecastet werden.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.