Set
lets you store unique values of any type
Set
is a new global constructor function
every value in a set is unique
the string "1" is different to the number 1
even NaN is equal to NaN
+0 and -0 are seen as equal
Related Katas
Set
- basics
set.add()
set.delete()
- the API
set.clear()
Difficulty Level
TBD
First Published
27 May 2015
Stats
5 tests to solve