This is a very small Javascript project but is needed urgently.
I need a simple program which will be used to store information about tracks played by a radio station. Every track will be assigned an index, this can be based on the existing Javascript array indexes. Each track will need the following data:
Track name
Track artist
URL
I need for it to be stored in an array of some sort and the program must be able to perform the following operations:
Insertion: of new tracks to the …