array Posted on April 3, 2015 by Daniel Wood An array is a structured data type that contains a number of related data items of the same data type. It is kind of like a list eg. var myArray = [0,1,2,3,4,5]