We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8f8c7 commit ca4950dCopy full SHA for ca4950d
recursion.js
@@ -27,7 +27,7 @@ const factorial = n => {
27
28
console.log(factorial(5));
29
30
-// write the above functionin a recursive way.
+// write the above function in a recursive way.
31
32
-// when you code is ready, un-comment the next line and run the file
+// when your code is ready, un-comment the next line and run the file
33
// console.log(recursiveFactorial());
0 commit comments