detect data type js code example Example: check data type in javascript Click to copytypeof("string"); //string typeof(123); //number