Skip to content

Commit

Permalink
Merge pull request #5322 from akarsanth/patch-2
Browse files Browse the repository at this point in the history
Improve 102-typeof-operator.md definition
  • Loading branch information
dansholds committed May 10, 2024
2 parents dd053ac + 99e15b5 commit d2715b5
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
# TypeOf Operator

You can use the typeOf operator to find the data type of a JavaScript variable.
You can use the typeOf operator to find the data type of a JavaScript variable. It returns a string indicating the type of provided operand's value.

Visit the following resources to learn more:

Expand Down

0 comments on commit d2715b5

Please sign in to comment.