Merge pull request #198 from majiix/patch-1

Updated recursion
This commit is contained in:
Ilya Kantor 2017-09-20 16:10:35 +02:00 committed by GitHub
commit ab13ef8685

View file

@ -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.
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
let company = {