1. Home
  2. Computing & Technology
  3. JavaScript
photo of Stephen Chapman
Stephen's JavaScript Blog January 2008 Archive

By Stephen Chapman, About.com Guide to JavaScript since 2004

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
Explore JavaScript
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. JavaScript

©2009 About.com, a part of The New York Times Company.

All rights reserved.