SyntaxFix
Write A Post
Hire A Developer
Questions
function secondsToMinutes(time){ return Math.floor(time / 60)+':'+Math.floor(time % 60); }