No Zero Days: My Path from JavaScript Newbie to Full Stack Developer at Age 30

In the last year (and a bit), I went from Hello World in Javascript, to deploying fullstack webapps, to getting freelance jobs, to… 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 »