Algorithms and Flow Control – High Performance JavaScript [Book]

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

Similar

Towards a Safer JavaScript

As programs become large, their complexity also grows. Bugs become harder to track down, mistakes easier to make. What if we could make small parts of our application more predictable? What if we could start to create fewer places where bugs originate? By... (more…)

Read more »