Answers for "how to check if item is in list js"

9

how to check if item is in list js

var myList=["a", "b", "c"];
mylist.includes("d")//returns true or false
Posted by: Guest on May-13-2020

Code answers related to "how to check if item is in list js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language