Update article.md

This commit is contained in:
Majid H.Fard 2017-09-20 14:53:43 +04:30 committed by GitHub
parent 044ff6f100
commit d7eea92b4e

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. 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 = {