Type d'objet JS

var str = "this is string";

typeof str; // returns string
aso