Here's a quick question... In Java you can create different constructors for an object with different paramaters passed to it. Is there an equivelent way to do things in Javascript? I know the answer's probably no, and I've already figured out an easy workaround (having different functions to create the same object), but I'm just curious if it's possible. I know the answer's probably no, but figured there's no harm in asking...
