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:
@@ -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>
|
Reference in New Issue
Block a user