by Elisabeth Robson | May 28, 2014 | blog, JavaScript, JSVideo, Teaser Video, Video
A few best practices for when you’re learning the language With every programming language, there’s a list of do’s and don’ts and JavaScript is no exception. Some of these best practices are there for your protection (like always always always...
by Elisabeth Robson | May 21, 2014 | blog, JavaScript, JSVideo, Teaser Video, Video
Or, What it really means when people say “Everything in JavaScript is an object” When you begin programming with JavaScript you might run across books, tutorials, and people who say “Everything in JavaScript is an object.” While it’s not...
by Elisabeth Robson | Mar 13, 2014 | Beginner's Mind, Featured, Programming
Ready to learn how to program? Or, perhaps you already know how to program in another language, like Ruby or PHP or Python, but need to know JavaScript? Then Head First JavaScript Programming is for you. Head First JavaScript Programming starts with the basics...
by Elisabeth Robson | May 21, 2013 | blog, JavaScript, JSVideo, podcast, Teaser Video, Video
When you begin programming in JavaScript, you’ll need to use variables. A variable is just a bit of storage to hold a value. Just about every line of code you write will use a variable of one kind or another, so it’s a good idea to get familiar with the...
by Elisabeth Robson | May 10, 2013 | blog, JavaScript, JSVideo, podcast, Teaser Video, Video
Dive into JavaScript If you know HTML and CSS, you’re ready to begin learning JavaScript. But you might be surprised, because JavaScript looks quite different from both HTML and CSS. In part four of Head First JavaScript Programming Teasers, Eric shows you how...
Comments