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.
i think the niciest
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Sry, but
need return 30.. or not?diagonals( [
[ 1, 2, 3 ],
[ 4, 5, 6 ],
[ 7, 8, 9 ]
] );
returns -> 20 // 1 + 5 + 9 + 3 + 5 + 7
This comment is hidden because it contains spoiler information about the solution
Hi, i didn't understand why last test failed.
I have the same error as the user @pingalpo
test case failed saying:
Expected: History is a very special subject. what do you think?, instead got: "History is a very special subject. what do you think?"
I do not use .toLocaleUpperCase() and .toLocaleLowercase().
Thanx!