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.
Thanks! Yep, I have too many useState calls because I struggled with useEffect at first. I learned a lot of things from this.
This comment is hidden because it contains spoiler information about the solution
['R', 't', 'a', 'e'],
['a', 'e', 'r', 'v'],
['n', 's', 'e', 'i'],
['d', 't', '', 'l'],
['o', 's', '', ''],
['m', ' ', '', '',]
I must be missing something because I can't pass the last two tests. They are supposed to expect the same value?
-Test Passed: Value == 178825.21639361363
-Expected: 178825.21639361363, instead got: 89440.9087827602
-Expected: 178825.21639361363, instead got: 89440.9087827602
Thank you. I passed the tests already
I had fun with this but also some problems passing the random tests. Maybe is my code.