The Basics of DOM Manipulation in Vanilla JavaScript (No JQuery)
Sebastian Seitz gives you a crash course in DOM manipulation with vanilla JavaScript, abstracting the more verbose parts into a set of helper functions. (more…)
Read more »
Chapter 4. Algorithms and Flow Control The overall structure of your code is one of the main determinants as to how fast it will execute. Having a very small amount … – Selection from High Performance JavaScript [Book]… Read more