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.
is that even legal? i hate regex:)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Oh, i love this oneliner
This comment is hidden because it contains spoiler information about the solution
First position from array cant exist. Wrong solution
This comment is hidden because it contains spoiler information about the solution
This soulution passed only basic test? bcs string from 4 numbers like '3333' is not a name)
Holy code!
oh, my bad, i miss that :) i just compared each obj with mine... Thanks man
As you can see - array contains 100 and my number is 75. Console error said that this array need to return True. But 75 is not > 100. and my func dont pass the test just bcs of this test array...
got error in test
'betterThanAverage([100, 40, 34, 57, 29, 72, 57, 88], 75) should return True' said in console.
Why 75 > 100? Lol
This comment is hidden because it contains spoiler information about the solution