Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- typeof "John" //string
- typeof "7.42" //number
- typeof true //boolean
- typeof [4,2,6,9] //object
- typeof function () {} //function
- typeof myObject //undefined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement