closing
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.
Loading collection data...
closing
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.