mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 13:22:38 +02:00
Improve 102-typeof-operator.md definition
Improved the definition of typeof operator.
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user