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.
Please feel free to use this story if this Kata is not published.
@everyone
Tkanks.
"I'm only 13", not "i'm only 13"
Thank you!I'll apply it when I'm editing harder version.
To make this just slightly harder, and maybe slightly more interesting, I would add cases where a name might appear inside other words or names (and should NOT be counted).
For example
count_mentioned('Hello Sheldon·t', ['Don·t']) => [0]
.Just an idea though.
Thank you!I'm not good at english because i'm only 13,sorry.
Also, I just noticed:
allways
should bealways
.And
Wraning
should beWarning
Yes,Thank You!
Do you mean:
Where does he ask that? He sets up a recursive relationship with a single integer input. Would you consider
factorial(x)
to be amap/filter/reduce
kata?Thanks for the feedback. They're pretty random now
Thanks! now the js test cases doesn't use assert.deepEqual instead they use assert.closeTo
The issue is not the possible use of
map
/filter
/reduce
functions, but the fact that the author is asking to write afor
loop mapping/filtering/reducing something.I understand that you could use map/filter/reduce, but I don't think that is the only, or even easiest way.
It seems a bit pedantic to be marking an issue, just because certain functions/tools could be used to solve it.
Random Test is Not random enough.
Loading more items...