Array of Objects (dictionaries) in JavaScript [closed]
Closed 3 hours ago.
Array of Objects (dictionaries) in JavaScript [closed]
Closed 3 hours ago.
Array of Objects (dictionaries) in JavaScript [closed]
Closed 3 hours ago.
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.