Merge pull request #1248 from snowcoding/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2019-08-20 11:08:39 +03:00 committed by GitHub
commit 6e2dad9078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -428,7 +428,7 @@ In real-life, the problem is how to remember the order of arguments. Usually IDE
Like this?
```js
// undefined where detauls values are fine
// undefined where default values are fine
showMenu("My Menu", undefined, undefined, ["Item1", "Item2"])
```