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
Impressive response.