Merge pull request #225 from gnardin/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2017-10-01 07:25:37 +03:00 committed by GitHub
commit e6c9e21c95

View file

@ -191,7 +191,7 @@ It supports two forms of syntax:
1. As an operator: `typeof x`. 1. As an operator: `typeof x`.
2. Function style: `typeof(x)`. 2. Function style: `typeof(x)`.
In other words, it works both with the brackets or without them. The result is the same. In other words, it works both with parentheses or without them. The result is the same.
The call to `typeof x` returns a string with the type name: The call to `typeof x` returns a string with the type name: