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.
You are right, just my solution is not correct.
9534330 bigger than 9534303.
Sorry I have not understood task
Thanks for the answer; I mean why would 3 be first than 30?
hi,
Can anyone explain why in this case
[3, 30, 34, 5, 9] --> "9534330"
3 bigger than 30?
thanks for the help
In this case : solution([2,2,2], [?,2]) // what result should I get ?
Thanks
Hi, thanks for you Kata.
Could clarify,
how to compute inflation rate ?
CPIs endDate - CPIs startDate ?
How does 38.85 appear in your solution?
Thanks
thank you for your response. I have solved this Kata.
Could be better if you add to this Kata "If n is greater than the length of values, you should return the sum of the whole array. "
Hi, can you help me ?
"maximumSum with n>values.length not working as expected"
var values = [5, 4, 3, 2, 1];
console.log( maximumSum(values, 7)) // 7 > 5 return 5
What is problem ?
thank you for your help
Sorry, I'm some confused. I have got this result.
I don't understand what difference between two string
expected '65 119esi 111dl 111lw 108devi 105n 97n 111ka' to equal '65 119esi 111dl 111lw 108dvei 105n 97n 111ka'
Can you help me?
Could you help me ?
All samples test are finished successfully
But, I have get mistake ..
Expected: 7, instead got: 3
Test.assertEquals(findInArray(["one","two","three","four","five","six"], trueIfLengthEqualsIndex) , 4)
is it correct ?
maybe I should get -1 result ?