The Set object lets you store unique values of any type, whether primitive values or object references. With the spread operator, we can use it to create a new array with unique values.

The Set object lets you store unique values of any type, whether primitive values or object references. With the spread operator, we can use it to create a new array with unique values.
