1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

Improve 102-typeof-operator.md definition

Improved the definition of typeof operator.
This commit is contained in:
Aakarshan Thapa
2024-03-10 16:01:41 -04:00
committed by GitHub
parent 09cb1ea827
commit 99e15b5a9b

View File

@@ -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: