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.
Hi,
Description and test cases updated!
ill add that as soon as i can!
They should not be doing so o_O , post your solution as a spoiler then maybe me or someone can help you out...
Edit- I don't know whether you were notified earlier, so for testing lets see whether this notifies you @ tikitariki OR #tikitariki
Then I don't know what @ianwhitedeveloper and @tikitariki are on about.
@Deantwo: No. It passes if you use
==
orassertSimilar
.===
andassertEquals
also check for type equality. SoassertEquals
should be allright.Again about JavaScript? I don't know JavaScript, does JavaScript automatically convert
string
toint
?So
Test.assertEquals(0, "-0")
passes?