I have an array with anonymous elements. Elements are added to the array via php, like so:
$playlist = array(); while (databaseloop) { $playlist[] = $a_ti
You could split the array into an array of two-element arrays.
var arr = ["Hello.mp3", "00:00:14", "Byebye.mp3", "00:00:30", "Whatsup.mp3", "00:00:07", "Goodnight.mp3", "00:00:19"]; arr.map(function(elem,i,arr){return [elem, (i+1