New JavaScript Set methods are landing across browsers. Learn about sets, how you can use these methods to compare different sets, create new sets with specific properties, and more....add elements to a set like so: js const dogs = new Set(); const...set2.add(item.textContent); }); js // Create a union of both sets...