Verschiedene nicht standardisierte Syntaxen zur Definition von Gettern und Settern wurden entfernt; die von ECMAScript 5 definierte Syntax wurde nicht geändert.
Various non-standard syntaxes for defining getters and setters have been removed; ECMAScript 5 defined syntax has not been changed.
Die oktale Syntax ist nicht Teil von ECMAScript 5, wird jedoch in allen Browsern unterstützt, indem der Oktalzahl eine Null vorangestellt wird: 0644 === 420 und"\ 045" === "%".
The octal syntax isn't part of ECMAScript 5, but it's supported in all browsers by prefixing the octal number with a zero: 0644 === 420 and"\045" === "%".
Der strikte Modus ist eine neue Funktion in ECMAScript 5, mit der Sie ein Programm oder eine Funktion in einem "strengen" Betriebskontext platzieren können.
Strict Mode is a new feature in ECMAScript 5 that allows you to place a program, or a function, in a "strict" operating context.
Diese ist gleich zur ES5 ähnlichen Notation (aber ECMAScript 5 hat keine Generatorfunktionen)
Which is equivalent to this ES5-like notation (but note that ECMAScript 5 has no generators)
In JavaScript wird jede Blase als Objekt mit Accessor-Eigenschaften dargestellt, wie in ECMAScript 5 eingeführt.
In JavaScript, every bubble is represented as an object with accessor properties, as introduced in ECMAScript 5.
Die ECMAScript 5 Spezifikation der parseInt Funktion erlaubt es nicht mehr einen mit 0 beginnenden String als Oktalzahl zu interpretieren.
The ECMAScript 5 specification of the function parseInt no longer allows implementations to treat Strings beginning with a 0 character as octal values.
ECMAScript 5's strikter Modus (Strict Mode) ist eine Möglichkeit, um eine etwas eingeschränktere Variante von JavaScript zu betreten.
ECMAScript 5's strict mode is a way to opt in to a restricted variant of JavaScript.
Im strikten Modus von ECMAScript 5 wurden doppelte Eigenschaftsnamen als SyntaxError gewertet.
In ECMAScript 5 strict mode code, duplicate property names were considered a SyntaxError.
In modernen Browsern (JavaScript 1.8.5/ Firefox 4+) ist undefined eine nicht konfigurierbare und nicht beschreibbare Eigenschaft. Dieses ist in der ECMAScript 5 Spezifikation definiert.
In modern browsers (JavaScript 1.8.5/ Firefox 4+), undefined is a non-configurable, non-writable property per the ECMAScript 5 specification.
Der in ECMAScript 5 eingeführte strikte Modus von JavaScript ist eine Möglichkeit, sich für eine eingeschränkte Variante von JavaScript zu entscheiden, wodurch der "Sloppy Mode" implizit deaktiviert wird.
JavaScript's strict mode, introduced in ECMAScript 5, is a way to opt in to a restricted variant of JavaScript, thereby implicitly opting-out of "sloppy mode".
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.