Update article.md
This commit is contained in:
parent
044ff6f100
commit
d7eea92b4e
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ Recursion can give a shorter code, easier to understand and support. Optimizatio
|
||||||
|
|
||||||
Another great application of the recursion is a recursive traversal.
|
Another great application of the recursion is a recursive traversal.
|
||||||
|
|
||||||
Imagine, we have an company. The staff structure can be presented as an object:
|
Imagine, we have a company. The staff structure can be presented as an object:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
let company = {
|
let company = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue