Wayne Durack
Member since Sep 10, 2010
- Profile: /members/6839-wayne-durack.htm
- URL: http://trolleymusic.com
- Twitter: @trolleymusic
- FaceBook: http://www.facebook.com/profile.php?id=649724923
- Comments: 1
Recent Blog Comments By Wayne Durack
-
Overloading Javascript Functions Using A Sub-Function Approach
Posted on Sep 10, 2010 at 10:35 AM
This is really cool - I love overloading and overriding in Javascript. Just looking at some of the suggestions - you could also put the functions in an array, and then call the function based on the arguments.length which would be in the corresponding place in the array of functions... function ra... read more »