hot to tell what type of value you have in javascript code example Example: check data type in javascript typeof("string"); //string typeof(123); //number