javascript check if object is typeof string code example Example: check data type in js var x = "Hello World"; typeof x; // "string"