Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d7eea92

Browse files
authored
Update article.md
1 parent 044ff6f commit d7eea92

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/01-recursion

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)

AltStyle によって変換されたページ (->オリジナル) /