

Flexibility is fun, but use it with care
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...Dive into JavaScript
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...Getting JavaScript in your pages, the right way
Getting JavaScript in your pages, the right way Everyone knows you put your element at the top of your HTML page, right? Not so fast. In part two of Head First JavaScript Programming Teasers, Eric explains the nuts and bolts of the element, and how not to embarrass...A Teaser from Head First JavaScript Programming
Exciting news: we’ve partnered with O’Reilly in two ways to bring you Head First JavaScript Programming, our most recent title. Head First JavaScript Programming Teasers First, we’re creating a video series that we’ll roll out with one video a...
Comments