Making effective JavaScript programs requires planning, deep knowledge of the DOM & an imagination.
Know the DOM; Use the DOM
Plan as much as you can before writing any code.
Understand what each element provides & how they’re linked together.
Do as little in JavaScript as you can.
Making effective JavaScript programs requires planning, deep knowledge of the DOM & an imagination.