Dec 6, 2003 #1 joelmac Programmer Jun 4, 2002 92 CA hey there, in JavaScript, can I overload functions like I can in Java. ie: two or more functions with the same name, but different input parameters and/or return types. Thanks, ________________________ JoelMac
hey there, in JavaScript, can I overload functions like I can in Java. ie: two or more functions with the same name, but different input parameters and/or return types. Thanks, ________________________ JoelMac
Dec 6, 2003 #2 Spiny Programmer Nov 27, 2003 5 US Yes, you can. exactly the same way as you would in Java. Spiny Upvote 0 Downvote