Client-side JavaScript
ProficiencyIn any intelligent or aware HTML page, some client-side JavaScript is inevitable.
Page level objects, accessed through the DOM, can become elements aware of the business logic of an application. Toss in dynamic output streams and simple code to increase usability, and JavaScript becomes an indispensable front-end tool.
One small note: Most people overlook the benefits of using JavaScript objects, which have native support in the JavaScript engine. Although a little pricey on the overhead side, JavaScript objects can make output loops much more readable and editable. They are oft unused but still very helpful in specific situations.
|