Update typeof operator in JavaScript roadmap (#1650)
parent
9fd028ba85
commit
72e5ca6e8c
1 changed files with 6 additions and 1 deletions
@ -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> |
Loading…
Reference in new issue