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, it passed this test case now!
The question is why 754 is greater than 837 ?
This case has already been posted but I still don't understand why 754 is greater than 837 for the test below.
It is the only test that didn't pass.
Test.assertEquals(high('what time are we climbing up the volcano'), 'volcano');
c:99
l:108
i:105
m:109
b:98
i:105
n:110
g:103
total: 837
v:118
o:111
l:108
c:99
a:97
n:110
o:111
total: 754
Given a non-negative integer, RETURN AN ARRAY / a list of the individual digits in order.
It says return an array and I got should return true of false ...
I have solved this kata and I can see my code in My Solution.
However when I sort by "kata I have not completed" this one still appear in the list.
I have tried to submit the solution again but it still appear like I didn't solve it.
javascript
javascript
Hi, I can't solve this kata, the test is showing weird result for empty {}.
xs={};
item=660;
Expected: 664, instead got: undefined
xs={};
item=700;
Expected: 701, instead got: undefined
xs={};
item=660;
Expected: 662, instead got: undefined
yes I agree for the repetitive code, I think optimisation was not my priority while solving this kata!