Congratulations on successfully completing the kata! I just wanted to make a small suggestion: you don’t need to use else if in your code, since return statements end the function’s execution. You can simplify the code by removing the else if. Keep up the great work!
Very good code
Please use spoiler flag next time, your post was visible in the homepage's discourse.
This comment is hidden because it contains spoiler information about the solution
Congratulations on successfully completing the kata! I just wanted to make a small suggestion: you don’t need to use else if in your code, since return statements end the function’s execution. You can simplify the code by removing the else if. Keep up the great work!
This comment is hidden because it contains spoiler information about the solution