Challenge 📝
A string minutes is given. Return a string with the converted time in the format hh:mm.
minutes
Examples:
1,000 => 16:40
#JavaScript Numbers
Hard
unsolved