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.
thanks a lot!
Typescript
Random tests sometimes put petals number equals to 0, however the description says the number of petals is greater than 0
Thank you!
Hi myjinxin2015,
Sorry for delay!
In my opinion instead of "If arr does not contain both 5 and 13,
we should return" should be "If arr does not contain 5 or 13, we should return".
The description concerning white array case is incorrect.
Mistake in one of the tests:
Error : birthday= 06/09/3051 and enddate= 04/23/4208 -> result should be 1157 and not 1156
Description says: The entries must have this format : "mm/dd/yyyy" and one of the tests says: Should return -1, One of your date doesn't have the good format 'DD/MM/YYYY'
Initial tests need tuning - they pass even when the raw url argument is returned.
Works! Thanks a lot!
it has 74 characters actually
still the same messages
Point taken. Thank you!
I have yet another question.
What does the 2nd message mean?
Test Passed: Value == true
Expected: true, instead got: false
Test Passed: Value == avg
This comment is hidden because it contains spoiler information about the solution
Sure, thanks!
Loading more items...