Merge pull request #5322 from akarsanth/patch-2

Improve 102-typeof-operator.md definition
pull/4681/head^2
dsh 9 months ago committed by GitHub
commit d2715b5978
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
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:

Loading…
Cancel
Save