.every()

Term side of the Card
Topic: Array
Unit title: .every()
Categories: Method
Explanation side of the Card

Explanation: The method that tests whether all elements in an array meet a specific condition defined by a function. It returns `true` if every element passes the test and `false` if even one fails.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 1.5
  • The safari browser supports this feature starting from version 3
Availability: