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

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

How To Get Object's [[defaultvalue]]

according to ecma262-3 8.6.2.6 [DefaultValue] http://bclary.com/2004/11/07/#a-8.6.2.6 now i want … Read more How To Get Object's [[defaultvalue]]