SWF > JavaScript Set Methods > Flashcards
add(val)
Adds new element to the set
has(val)
Checks if the val is in the set
delete(val)
deletes an element from set
clear()
removes all the elements
size
Returns the numbers of elements in a set