Javascript – Creating a multidimensional array with numerical keys
I'm creating a multidimensional array to represent music. The entire MDA represents the whole piece of music. Within the array, there are to be multiple voices (for example, 0-3 representing soprano, alto, tenor, bass). Each voice has its own array…