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.
Wait I got it now, I forgot that .trim() dosen't modify the original string.
This comment is hidden because it contains spoiler information about the solution
Oh I must've misread the # of fixed tests then. Thanks.
Are there no randomized test cases? It looks like there are only 2 fixed test cases for you to pass when you hit submit in JS
I see, thank you for the advice
I see, thanks for the feedback. I think I'll make something more elaborate next time. One more question - would it help if I added more supported languages to my kata?
I'm thinking of making something more elaborate yeah, but I haven't seen anything exactly like mine.
I guess I'll just make an improved version of it and release it then. Thanks for the feedback though, It's my first kata
a duplicate? I haven't seen any other kata exactly like this
It's a work in progress :(
"Your task in this problem will be to print a fibonacci sequence or any derivatives of it in reverse as an array or list of numbers, given the the first and last term of the sequence. You will do this in a function called fib(i,f) where i is the first term of the sequence and f is the last term of the sequence."