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.
fyi ya can do (1..=n) instead (1..n + 1) to include the end of the range
Duplicate issue below
updated description
.
The reason for this is explained 2 commets below. The result of
bind
is native code (i.e.console.log.toString() === "function () { [native code] }"
).Fixed.
This is more of a question than an issue. Also, 76 solves.
lol
Fixed
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Done.
Fixed: https://www.codewars.com/kumite/5652a3d6744782c07200002e?sel=5dbc3f93b8d7bc00220aecf8
Walking every group entirely (
length
) when all you're interested in is the second:
constructor is not a Best Practice.Instead of the
if
statement. You can pass 0 as an argument to max. Like(apply max 0 ...).
Loading more items...