js exsisrt in array code example Example: how to check if item is in list js var myList=["a", "b", "c"]; mylist.includes("d")//returns true or false