let variable1 = [2, 3] let variable2 = "test"; variable1.constructor === Array; // true variable2.constructor === Array; // false