From
WebReference:
Core JavaScript GuideThe JavaScript Diaries: Part 13 - Array Properties and MethodsThe 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 ArraysUp 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 DOMThis 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.