Improve 102-typeof-operator.md definition

Improved the definition of typeof operator.
pull/5322/head
Aakarshan Thapa 9 months ago committed by GitHub
parent 09cb1ea827
commit 99e15b5a9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/javascript/content/102-javascript-datatypes/102-typeof-operator.md

@ -1,6 +1,6 @@
# TypeOf Operator # 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: Visit the following resources to learn more:

Loading…
Cancel
Save