We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cec30f commit edf2e6cCopy full SHA for edf2e6c
exercises/concept/pizza-order/.docs/introduction.md
@@ -84,7 +84,7 @@ The recursive case defines how the function calls itself with a smaller or simpl
84
85
## Conclusion
86
87
-Recursion is a valuable technique that simplifies complex problems by breaking them into smaller, more manageable sub-problems.
+Recursion is a valuable technique that can simplify complex problems by breaking them into smaller, more manageable sub-problems.
88
Understanding base cases and recursive cases is crucial for implementing effective recursive solutions in JavaScript.
89
90
**Learn More:**
0 commit comments