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.
Use count/2 instead:
|> Enum.count(&(&1 not in range))
https://hexdocs.pm/elixir/Enum.html#count/2
Hmmm....
seq(From, To, Incr) -> Seq
Returns a sequence of integers that starts with From and contains the successive results of adding Incr to the previous element, until To is reached or passed (in the latter case, To is not an element of the sequence).
https://www.erlang.org/doc/man/lists.html#seq-3
wow
😎
https://www.codewars.com/kata/reviews/5b5c3b750b8a843bd4000055/groups/629c2b477b85a20001a56418
haha
😈
This comment is hidden because it contains spoiler information about the solution
You named your funcion 'step' just like me :)
Check out my solution: https://www.codewars.com/kata/reviews/5e84c7a3ee30ee0001e51391/groups/62994c4b336481000157ff81
I like it a lot
That's so clever!
wow
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...