const set1 = new Set([1, 2, 3]); // access the elements of a Set console.log(set1.values()); // Set Iterator [1, 2, 3]