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