Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I got the same problem. What is this crap?
I found out the solution, when i unlocked the solutions of this kata. You need to return more than just resultObj. You shoud return {factor: resultObj}
I am puzzled by this as well. At the time of 21st hour the alcohol level should be exactly 0, but the test cases are looking for a time that's at least 1 minute ahead of that.
(In JS) I am getting my returned result as undefined even though I am logging the correct result right before I return the object. Ideas?
Hi in the description and the sample tests it shows that:
eg. drive([[10.0,100]], "20:00", "21:00") and it must return [1.0, false]
I'm confused as to why it should return false as it takes 1 hour (20:00 to 21:00) to get rid of 1 unit.
Thanks in advance!