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.
(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!