Tell us what’s happening:
I can’t seem to solve this one
Your code so far
function quickCheck(arr, elem) {
// Only change code below this line
if (arr.indexOf("") && if elem.indexOf("")) ;
return true;
else;
return false;
// Only change code above this line
}
console.log(quickCheck(['squash', 'onions', 'shallots'], 'mushrooms'));
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.135 Safari/537.36
.
Challenge: Check For The Presence of an Element With indexOf()
Link to the challenge: