The Habits of Effective JavaScript Developers

I started thinking “What are the habits that the most effective JavaScript developers I know have in common?” This is what I came up with. Read more

Similar

JavaScript Primitive Types

JavaScript has built-in, primitive types. The variables that you create have types, whether you know it or not. Understanding these primitive types and what’s going on behind the scenes will help you understand how to better write your applications. (more…)

Read more »