mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 12:10:22 +02:00
Merge pull request #5322 from akarsanth/patch-2
Improve 102-typeof-operator.md definition
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user