Translation of "W ECMAScript" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
W trybie strict mode w ECMAScript 5 wsparcie dla liczb ósemkowych zostało porzucone.
Octal support for these has been removed in ECMAScript 5 strict mode.
Uwaga ES55: undefined w ECMAScript 5 nie będzie już nadpisywalna w trybie strict mode, ale jej nazwa może zostać przesłoniona przez na przykład funkcję o nazwie undefined.
ES5 Note: undefined in ECMAScript 5 is no longer writable in strict mode, but its name can still be shadowed by for example a function with the name undefined.
W ECMAScript 3/5, problem z this można było rozwiązać przez przydzielenie wartości this do zmiennej, która wygląda bardzo podobnie.
In ECMAScript 3/5, the this issue was fixable by assigning the value in this to a variable that could be closed over.
W ECMAScript 5 musielibyśmy zapisać to tak (aczkolwiek pamiętaj że w ES5 nie ma generatorów)
In ECMAScript 5 you would write it like this (but note that ES5 has no generators)
Uwaga ES5: Dla zwiększenia wygody wartość zwracana przez Object.prototype.toString dla null i undefined została zmieniona z Object na Null i Undefined w ECMAScript 5.
ES5 Note: For convenience the return value of Object.prototype.toString for both null and undefined was changed from Object to Null and Undefined in ECMAScript 5.
Wejdziesz w świat funkcji, prototypów i obiektów w JS, nauczysz się debugować kod, wykorzystasz nowości dostępne w Ecmascript.
You will enter the world of functions, prototypes and objects in JS, you will know how to debug code, you will use the latest version of Ecmascript.