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.
In my opinion, this is the best solution!
Should be fixed now
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
i got this same error too with code
return this;
.but
return this.toString();
passed the testsI got around this same error by using this.split('').join('') to get the string.
I had the same problem before doing so, all passed except the last.
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
Hello, I'm not very sure why either because I have not encountered the same problem.
May you please post your code here (and mark it a spoiler)? I will take a look at it.
Cheers,
donaldsebleung
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!