Update article.md
This commit is contained in:
parent
43c197889e
commit
8407e7726e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue