Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ecma262

Primitive Wrapper Behavior In Javascript

In the book Professional Javascript for Web Developers i read that primitive wrappers are used inte… Read more Primitive Wrapper Behavior In Javascript

When Did All Browsers Start Supporting The String.replace(regexp, Replacement_function)?

According to the 6th Edition of JavaScript: The Definitive Guide (Flanagan, 2011): ECMAScript v3 … Read more When Did All Browsers Start Supporting The String.replace(regexp, Replacement_function)?

Where Is The Immutable Binding Record Of The Identifier In A Named Function Expression Stored In JavaScript?

Recently I ran into some interesting facts about named function expressions (NFE). I understand tha… Read more Where Is The Immutable Binding Record Of The Identifier In A Named Function Expression Stored In JavaScript?