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
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