typeof

Run Settings
LanguageJavaScript
Language Version
Run Command
var booleanValue = true; var nullValue = null; var undefinedValue; console.log(typeof booleanValue); console.log(typeof nullValue); console.log(typeof undefinedValue) console.log(typeof undeclaredValue)
Editor Settings
Theme
Key bindings
Full width
Lines