Skip to content

Commit b92b0e2

Browse files
spool6kotp
andauthored
Update about.md
Co-authored-by: Victor Goff <[email protected]>
1 parent c0929e7 commit b92b0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/recursion/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In this tutorial, we'll explore recursion in JavaScript with easy-to-understand
77
## What is Recursion?
88

99
Recursion occurs when a function calls itself, either directly or indirectly.
10-
It's similar to a loop, but it involves breaking a problem down into smaller, more manageable sub-problems.
10+
It's similar to a loop, but it may involve breaking a problem down into smaller, more manageable sub-problems.
1111

1212
### Example 1: Countdown
1313

0 commit comments

Comments
 (0)