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

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

Passing Parameters

Sunday November 25, 2007
We don't always want every JavaScript function call to process the same dataIn the eighth tutorial in the "Learning JavaScript" series we look at how we can pass parameters to ... Read More

Variable Scope

Sunday November 18, 2007
Variables in JavaScript can be local or global in scopeOnce you start including functions into your JavaScript all of the variables that you are using are no longer available automatically ... Read More

Functions

Sunday November 11, 2007
JavaScript like most programming languages allows you to avoid repetitive code The sixth tutorial in the "Learn JavaScript" series introduces functions. Functions are a way to extract common processing out of ... Read More

The Case Statement

Sunday November 4, 2007
JavaScript provides more than one way to test conditions as sometimes you want to test for something more than just true or false The fifth tutorial in the "Learn Javascript" series ... 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.