typeof Operator
Type
Example
Returns
Boolean
typeof false
Number
typeof 5
String
typeof "hello"
Object
typeof []
Function
typeof function() {}
Function
typeof window.alert
Object
typeof window
Null
typeof null
undefined
typeof undefined
foo
typeof foo