const list = [1, 2, 3, 4, 5, 5, 23, 21, 1231, 2434, 443546456, 17]; console.log(list.includes(4)); // --> true