To declare an empty of blank array in Javascript ...
If you want to create an array that is NOT empty and contains elements, each element of the array must be comma separated ...
To fill the new blank array with new elements is accomplished via the Javascript PUSH method ...