Pilcrow Records

Scripter Javascript Tutorial

javascriptmusiclogicscripterbookexcerpttutorial

40 JavaScript Advanced

41 Arrays

MDN: Indexed Collections: Array object

Arrays are a data type used to store multiple values within a single variable. An array stores any kind of data in an ordered way like a list, including other arrays, and arrays can also be empty. Arrays are declared with brackets [...]. Scripter uses an array to manage parameter controls and arrays are useful for capturing all of the notes in a chord.