.intersection()

Term side of the Card
Topic: Set
Unit title: .intersection()
Categories: Method
Explanation side of the Card

Explanation: The method that finds common elements between the `Set` object on which it's called and the `Set` object passed as an argument, returning a new `Set` object with these shared elements.

Browser compatibility:
  • The chrome browser supports this feature starting from version 122
  • The edge browser supports this feature starting from version 122
  • The firefox browser supports this feature starting from version 127
  • The safari browser supports this feature starting from version 17
Availability: