Array.isArray()
Term side of the Card
Topic: Array
Unit title: Array.isArray()
Categories: Method
Explanation side of the Card
Explanation: The static method that checks whether a given value is an array. It returns `true` if the value is an array and `false` if it's not.
Browser compatibility:
- The chrome browser supports this feature starting from version 4
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 4
- The safari browser supports this feature starting from version 5
Availability: