Believe it or not, the very first version of Javascript shipped without Arrays. Subsequent versions made up for the oversight and modern Javascript Arrays are powerful structures indeed, even emulating many common data structures such as stacks and queues. This reference will cover the core functionality of Arrays as well as introduce a few useful extensions.
browse: arrays, javascript
This article talks about creating an array, adding and removing elements from an array, and looping over the contents of an array using many of the built-in functions available in PHP.
browse: arrays, php, programming