Sets

Sets are similar to arrays, but each value is unique.

Sets are objects, but you can't JSON.stringify them. They are iterable objects, so you can use the spread operator to convert them to arrays.