Runs the provided callback function once for each element present in this set.
Parameters:
callback
-
The function to call, which is invoked with three arguments: the element (as value), the element (as index), and the Set object being iterated.
thisObject
-
The Object to use as 'this' when executing callback.