Alan Storm\'s comments in response to my answer regarding the with statement got me thinking. I\'ve seldom found a reason to use this particular language feature, and had ne
Hardly seems worth it since you can do the following:
var o = incrediblyLongObjectNameThatNoOneWouldUse; o.name = "Bob"; o.age = "50";