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.
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
I had to manually fix it by removing the local on the function in the initial solution setup. Both of our solutions seem to have taken that "local" out, but it does indeed cause a compilation error if I open a new Lua solution and try to run it.
I disagree. Doesnt it work?
In Lua the function isn't exported to the tests properly by default because it's marked as local.
This solution has a typo where it checks for "thridFlag" instead of "thirdFlag"