07-18-2019, 03:16 PM
(07-18-2019, 03:15 PM)Frank Wrote:It's really short. Dude most songs are around 7min long(07-18-2019, 01:12 PM)Sir_Guy Wrote: Why are they all so short?
The average track is about 1:23. That's not too short.
Source:
Code:Array.from(document.getElementsByClassName('time secondaryText')).map(x => x.innerText).slice(1).map(x => x.split(':')[0] * 60 + x.split(':')[1] * 1).reduce((a, c) => a + c, 0) / 37
yay js one liners that do stuff for you