Loading lesson path
Concept visual
Start at both ends
Adds a new element to a set clear()
Returns an Iterator with the [value,value] pairs from a set forEach() Invokes a callback for each element in a set has()
Returns true if no elements in a set are elements in another set isSubsetOf() Returns true if a set is a subset of another set isSupersetOf() Returns true if a set is a superset of another set keys()
symmetricDifference() Returns the symmetric difference between two set union()
Returns an Iterator with the values in a set
Returns the number of elements in a Set