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.
rejected, no random tests, old test framework, user inactive
This failure solution in this case:
It happens when you're testing.
MrFreeze
is defined in the preloaded code block which only gets loaded when you submit.Fair enough, guess I was overthinking
The Kata description explicitely states: "The start time will always be before the end time."
Also AM/PM has nothing to do with this. "Time is stored internally as the number of seconds with fraction since the Epoch, January 1, 1970 00:00 UTC"
I don't think this would work if there were more test cases ._.
First instance of an AM/PM where the start_time >= than the end_time for example
oh dear, and to think it was just this easy all along XD
Didn't know about this Object method at all :) Thanks for something new.
I have tried this same approach and all I get is "ReferenceError: MrFreeze is not defined". Although it says in the instructions that "There is an object/class already created called MrFreeze"
Am I missing something or is this broken?