JS -Objekt Get Type

var str = "this is string";

typeof str; // returns string
aso