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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This is basically a slightly disguised version of inverse triangular number + triangular row sum. There are already duplicates on each part of the task.
raulbc777 had already made many such katas, so please unpublish before it gets retired plus the issues below.
there is no point in asking for 4 data in the output as long as one of them is the complete line.
cheers
I suggest you put this kata back to draft and read how to author kata. You are missing random tests.
This comment is hidden because it contains spoiler information about the solution
Function name in JS should be
camelCase
.This comment is hidden because it contains spoiler information about the solution
No Random Tests.
No Sample Tests.