Posts Tagged ‘element’

Javascript Arrays

Posted on March 6th, 2010 by Eric Rowell

Javascript arrays are very handy data structures that allow you to easily create, retrieve, and modify a list of objects, usually strings. Let’s say that you are keeping track of a list of names.