






Make Your JavaScript Code More Readable Using the with() Statement
The with() statement in JavaScript is identical to the With statement found in Visual Basic. Using with(), you can reduce object references and make your code more readable. Surprisingly, it