Axel Rauschmayer
Member since Dec 27, 2011
- Profile: /members/9412-axel-rauschmayer.htm
- URL: http://www.2ality.com
- Comments: 2
Recent Blog Comments By Axel Rauschmayer
-
Creating A JavaScript Shim For Array Unshift() Method
Posted on Dec 27, 2011 at 9:12 AM
I'm a big fan of es5-shim [1] (which implements most ECMAScript 5 features on top of ECMAScript 3). It doesn't seem to add Array.prototype.unshift(), but maybe it should. [1] https://github.com/kriskowal/es5-shim... read more »
-
Creating A JavaScript Shim For Array Unshift() Method
Posted on Dec 27, 2011 at 9:10 AM
@Dean: There are many good introductory resources available online, for free. I've collected them here: http://jscentral.org/links.html... read more »