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.
what seem to be the issue? My code work well in vs code but not here! I spent 2 days working on this Kata
This comment is hidden because it contains spoiler information about the solution
yeah nevermind i think I found some issues lol
reverse() and length work just fine, maybe you're not using them right? flat requires some Node version to work.
So many different Javascript methods and properties are not working in this kata. flat() isn't supported, reverse() isn't supported, and now its even saying .length isn't working. I copied and pasted my function into the console and it has worked with every array I've thrown into it so I am 99% sure my code isn't buggy. Does it really not support something as basic as .length? This one has been SO much fun to figure out but it's frustrating how many fully supported methods and properties can not be used