Javascript Video Tutorial 5: Arrays




Javascript Video Tutorial Podcast » Podcast Feed show

Summary: Arrays are important objects in all programming languages. The concept of arrays in Javascript allows you to store several values in a single variable. For example, you could store an entire list of names, or an entire list of GPA's in a single array. This tutorial will show you several methods for declaring an array. You will also learn how to modify the values stored in an array. Additionally, to methods of extracting array values with loops will be discussed.