Dec 6, 2003 #1 joelmac Programmer Joined Jun 4, 2002 Messages 92 Location 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 Joined Nov 27, 2003 Messages 5 Location US Yes, you can. exactly the same way as you would in Java. Spiny Upvote 0 Downvote