I have an array. And i'd like to check if that index or that element of array contains the value of a string or a number:
var arrayArray = ['cool bmw', 'wew toyota', 'try honda'];
I'd like to check if some value inside of the element is existing.
Example on index 2 i'd like to check whether it contains the word toyota.