.includes()

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

Explanation: The method that checks if an array contains a specific value. It returns `true` if the value is found and `false` if it isn't.

Browser compatibility:
  • The chrome browser supports this feature starting from version 47
  • The edge browser supports this feature starting from version 14
  • The firefox browser supports this feature starting from version 43
  • The safari browser supports this feature starting from version 9
Availability: