JS Object Get Type
var str = "this is string";
typeof str; // returns string
aso
var str = "this is string";
typeof str; // returns string