Update article.md

This commit is contained in:
Luis Gustavo Nardin 2017-09-28 15:17:28 +02:00 committed by GitHub
parent 43c197889e
commit 8407e7726e

View file

@ -191,7 +191,7 @@ It supports two forms of syntax:
1. As an operator: `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: