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.
infinite
Looks great! Thanks!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
What's to fix? The tests are fine (at least, according to examples on the description):
Description could be better tho.
start
- the start of the range (inclusive)stop
- the end of the range (exclusive)step
- the difference between consecutive numbers in the rangeEdge case when
step = 0
, it should returnstart
repeatedstop - start
timesThis comment is hidden because it contains spoiler information about the solution
right if essentially returning what you are evaluating, returning the expression should suffice.
would love to hear from others regarding this.
Missed it. It's a leftover from a previous solution. Thanks.