how to see the type of a variable in javascript code example Example: javascript how to know type of variable var foo = "Hello"; console.log(typeof foo); // string