Update typeof operator in JavaScript roadmap (#1650)

pull/1657/head
Jozias Martini 2 years ago committed by GitHub
parent 9fd028ba85
commit 72e5ca6e8c
  1. 7
      content/roadmaps/106-javascript/content/102-javascript-datatypes/102-typeof-operator.md

@ -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…
Cancel
Save