beginners builders masters
 
SEARCH: webmonkey  the web

 
JavaScript
-------------------------
Print
this article for free. 
-------------------------

JavaScript Subject Index

Overview

Lesson 1
1  Advanced JavaScript Tutorial — Lesson 1
2 The Five-Day Lesson Plan
3 An If-Then-Else Shortcut
4 What Is This Thing Called Var?
5 The Way of Var
6 Conclusion

Lesson 2

Lesson 3

Lesson 4

Lesson 5



Advanced JavaScript Tutorial
Lesson 1

by Thau!

Page 1 — Advanced JavaScript Tutorial — Lesson 1

Hello, and welcome to the Advanced JavaScript Tutorial, where I finish off what I started in the basic JavaScript Tutorial. In the second installment — This Time We Mean It — I'll be covering the finer points of JavaScript that I passed over back in Part I. I'll also introduce you to some of the fancier aspects of JavaScript and the tips and lowdown that will allow you to build real multimedia applications.

As we head into the JavaScript nitty-gritty, I'm going to assume that you've covered the following:

  • Assigning values to variables
  • If-then statements
  • For and while loops
  • Writing your own functions
  • Opening and manipulating windows
  • Reading and writing to HTML forms
  • Using arrays
  • Conducting image swaps
Any of these sound unfamiliar? You may want to take a peek at the first five JavaScript lessons before you get into Part II.

next page»