Mastering Javascript Arrays

本文转载自 http://www.hunlock.com/blogs/Mastering_Javascript_Arrays

 

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.

你可能感兴趣的:(JavaScript)