java script check type code example Example: how to get type of variable in javascript > typeof "foo" "string" > typeof true "boolean" > typeof 42 "number"