Top Common Mistakes in JavaScript

Working with industry veterans and beginners, I decided to share some of the most common mistakes made in JavaScript. Using Global Variables The road to programming hell is paved with global variables,― Steve McConnell, Code Complete Using global variables is considered bad … Read More