HTML audio with javascript: playback of playlist is not correct -> index 2 is always skipped
Need someone to help me understand, why index 2 of the playlist array that is passed to the audio element is skipped - no matter what. This is the console output: 0: /track01.mp3 1: /track02.mp3 2: /track03.mp3 // -> is…