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.
how does the eval works here?
This comment is hidden because it contains spoiler information about the solution
you're welcome :)
What happened to 'Latest' option for sorting katas in beta or what is its alternative.The 'newest' option is bringing year old katas on top of search results ! How to get latest published katas only.
The scroll bar on the right of the page is very faint and thin,it has the same color as the rest of the page.When viewing long pages eg Leaderboard it becomes difficult to locate it or its just me and i need to get glasses :)
should boolean true be treated as 1 and false == 0 ?
This comment is hidden because it contains spoiler information about the solution
Should
very\quickly
bevery\\quickly
in the example test case since \q is an escaped q or what am i missing?"very\quickly".split("\\") => ['veryquickly']
and"very\\quickly".split("\\") => ['very','quickly']
You should add a
puzzle
tag to this kata!When
n=2.8113808197373658
i getExpected: 1.4112404154242335, instead got: 1.4112404154242334
.Why is this so?Function name should be
money
and nottwoOldestAges
!Also kata needs more random tests.Does the name said always starts from firstname or lastname?For example when said is
b~~
and arr["ben mathews","peter bat"]
what should be returned?I think
Test.assert_equals
would be useful for debugging...:)Need random tests
It would be nice if starred Kata window be moved to profile page where the window is a bit bigger and easier to scroll ie on a fixed page.
Loading more items...