closing
Alright thank you.
Read this: https://docs.codewars.com/training/troubleshooting#post-discourse
About your problem, you're doing recursion wrong, and the value is lost when it comes back because you didn't return it.
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
closing
Alright thank you.
Read this: https://docs.codewars.com/training/troubleshooting#post-discourse
About your problem, you're doing recursion wrong, and the value is lost when it comes back because you didn't return it.
This comment is hidden because it contains spoiler information about the solution