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

What Exactly `function.prototype.length` Means?

There was a Function.prototype.arity property purposed for getting number of arguments function exp… Read more What Exactly `function.prototype.length` Means?

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?

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)?