1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 05:42:41 +02:00

Update typeof operator in JavaScript roadmap (#1650)

This commit is contained in:
Jozias Martini
2022-09-01 16:27:45 -03:00
committed by GitHub
parent 9fd028ba85
commit 72e5ca6e8c

View File

@@ -1 +1,6 @@
# Typeof operator
# Typeof Operator
You can use the typeof operator to find the data type of a JavaScript variable.
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof'>Typeof Reference</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.w3schools.com/js/tryit.asp?filename=tryjs_typeof_all'>Typeof Live Examples</BadgeLink>