Sunday, June 11, 2006

Programming: JavaScript Resources

From WebReference:

Core JavaScript Guide

The JavaScript Diaries: Part 13 - Array Properties and Methods

The last two sections have covered the basics of JavaScript arrays. Now that we know about the different types, we'll learn how to manipulate them in order to make them more functional. This installment takes a look at the properties and methods that are commonly used for most coding situations.


From HTML Goodies:

JavaScript Primer Number 5: Strings, Numbers and Arrays
Up until now this series has been focusing on the language constructs of
JavaScript: if statements, loops, functions, etc. In this primer you are going to take a step back and cover the inner workings of some of the native JavaScript objects: strings, numbers and arrays.


JavaScript Primer Number 6: The DOM

This is the sixth installment in a series that introduces you to the JavaScript language. This article takes a look the Document Object Model, otherwise known as the DOM.

0 Comments:

Post a Comment

<< Home