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