The WHILE loop
Sunday January 27, 2008
JavaScript has several ways of defining loops.
There is more than one way to get a JavaScript program to loop through the same code more than once. The eighteenth original "Learn ... Read More
The FOR Loop
Sunday January 20, 2008
JavaScript makes it easy to repeat the same process multiple times with different values
If there wasn't any way of getting a JavaScript program to repeat the same statements multiple times ... Read More
Arrays
Sunday January 13, 2008
When you have multiples of the same item you don't need to create separate variables in JavaScript. Instead you can just define them as an array.
The sixteenth tutorial in the ... Read More
Objects and Properties
Sunday January 6, 2008
JavaScript supports objects.
JavaScript is a not quite an object oriented language, it is actually what is known as a prototyping language. While JavaScript doesn't support every Object Oriented Construct (yet) ... Read More
"Head First JavaScript"
Tuesday January 1, 2008
A new JavaScript book for beginners has just been released
Usually I have to wait quite a few weeks after a book is published before I get the opportunity to review ... Read More

