Relative Content

Tag Archive for javascripthtmlarraysdictionaryaudio

List of Dictionaries in JavaScript

I’m trying to create a music player similar to Spotify. I created a button that plays and stops music.
I’m using an array of dictionaries for the songs so that i can later add the ‘skip song’ button and switch to the next dictionary in the array.