1
0
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:
dsh
2024-05-10 20:55:47 +01:00
committed by GitHub

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: