Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Capitalization

...

Code Block
languagejavascript
A.intersection(B);

...

union (A ∪ B):

 The set of all objects that are a member of A or B (or both)

...