JS Object Get Type

var str = "this is string";

typeof str; // returns string
aso