Great Javascript: Level 1 will teach you the fundamentals of JavaScript, beginning with adding scripts to your web page, taking you through validation, working with web page elements, to an understanding of objects and how JavaScript handles memory and variable storage. By the time you're done, you'll be more than a casual scripter: you'll be able to take control of your web pages, and bend them to your will.
Throughout the course, you'll build working scripts, move to external JavaScript files, interact with web pages using the Document Object Model, parse strings, and even dig into regular expressions. This is no silly tutorial full of "Hello World" alert boxes, either. From the first section, you'll be writing code that is functional, usable, and will help make you a better web developer.
You Don't Need to Install JavaScript0 minutes
Edit HTML and JavaScript with TextMate1 minute
You Need the Example Files for this Course1 minute
Web Pages are Static1 minute
Display a Message with alert()3 minutes
JavaScript Syntax is Pretty Simple2 minutes
Functions are Reusable Blocks of Code2 minutes
A Function is Just JavaScript4 minutes
Challenge: Call a Function When an Image is Clicked2 minutes
Solution: Call a Function When an Image is Clicked3 minutes
Challenge: Make Your Rock More User-Friendly2 minutes
Solution: Make Your Rock More User-Friendly5 minutes