why size()-2 not size()-1
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"
Loading collection data...
why size()-2
not size()-1
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"