Declare An Array Of Song Objects

Array Object length – number of elements in the array concat – concatenates argument, returns new array. join – returns elements as a string separated by argument (default is ,) pop – suppress & return last element push– adds new elements to end of array & returns new length. reverse – inverts order of array elements ................
................