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.
We did pretty much the same thing, but I find your inputs for filter - using arrays as variables - to be really interesting.
By accounting for lines with mutliple markers, right?
Just did this in Javascript. I wouldn't consider it hard, just very tedious.
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 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 essentially broken for Js.
I literally put an if statement to return "" if the title was undefined and it still produces this error. It's a shame because this was a cool Kata otherwise.
" sumStrings('712569312664357328695151392', '8100824045303269669937') - Expected: 712577413488402631964821329, instead got: 7.125774134884027e+26 "
console.log(712569312664357328695151392 + 8100824045303269669937) // returns 7.125774134884027e+26
So I don't get what's going wrong