Time Convert

Challenge 📝

A string minutes is given. Return a string with the converted time in the format hh:mm.

Examples:

1,000 => 16:40

function timeConvert(minutes) {
}
Test Cases
Console Logs
JS Errors
Run Code!
flag