Skip to content

Commit

Permalink
Merge pull request javascript-tutorial#3255 from alagunoff/patch-1
Browse files Browse the repository at this point in the history
Update article.md
  • Loading branch information
iliakan authored Nov 13, 2022
2 parents 121141b + 4943f21 commit a665e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-js/02-first-steps/05-types/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ The `symbol` type is used to create unique identifiers for objects. We have to m

## The typeof operator [#type-typeof]

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.
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.

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

Expand Down

0 comments on commit a665e29

Please sign in to comment.