practicalli

https://practicalli.github.io/ http://yt.vu/+practicalli (youtube)
practicalli-john 2020-02-07T21:53:02.005Z

Broadcast https://youtu.be/N3EXjs6cSEA This week we will walk through another CodeWars challenge, this time converting seconds into human readable string of hours minutes and seconds. https://www.codewars.com/kata/52685f7382004e774f0001f7/ This is a level 5kyu (8 being easiest, 1 being hardest). This seems pretty easy using a let binding and a bit of formatting, however, I will see if I can write it as a recursive function or even a reducing function