Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4943f21

Browse files
authored
Update article.md
1 parent 5dff42b commit 4943f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/02-first-steps/05-types/article.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The `symbol` type is used to create unique identifiers for objects. We have to m
224224

225225
## The typeof operator [#type-typeof]
226226

227-
The `typeof` operator returns the type of the argument. It's useful when we want to process values of different types differently or just want to do a quick check.
227+
The `typeof` operator returns the type of the operand. It's useful when we want to process values of different types differently or just want to do a quick check.
228228

229229
A call to `typeof x` returns a string with the type name:
230230

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /