Skip to content

Commit ab13ef8

Browse files
authored
Merge pull request #198 from majiix/patch-1
Updated recursion
2 parents 044ff6f + d7eea92 commit ab13ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/01-recursion/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Recursion can give a shorter code, easier to understand and support. Optimizatio
289289
290290
Another great application of the recursion is a recursive traversal.
291291
292-
Imagine, we have an company. The staff structure can be presented as an object:
292+
Imagine, we have a company. The staff structure can be presented as an object:
293293
294294
```js
295295
let company = {

0 commit comments

Comments
 (0)