.isDisjointFrom()

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

Explanation: The method that checks whether the `Set` object on which it's called has no elements in common with the `Set` object passed as an argument. It returns `true` if they are disjoint, meaning they have no common elements and `false` if at least one element is shared.

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: