There is a typo in one of the error messages in this exercise. How should this be reported?
The function should return a call to resursiveFactorial(n - 1)
multiplied by n
.
…the function name is recursiveFactorial.
1 Like
Thanks for reporting, @codeblaster36713 . I’ve reported the typo to the CC team.
1 Like
The typo has been corrected:
Thanks again, @codeblaster36713, for reporting.
1 Like
Impressive response.
I only reported it. The credit for the fix goes to @catower.
2 Likes