I have an array with anonymous elements. Elements are added to the array via php, like so:
$playlist = array(); while (databaseloop) { $playlist[] = $a_ti
Destructive, but clean:
while (arr.length) { const Title = arr.shift(); const Length = arr.shift(); // Do work. }