[] instanceof Array; // returns true
typeof(["an array", "contains multiple things"]) == typeof({but_this_one: "is an object"})