0
Q:

js in_array

var a = [1, 2, 3];
a.includes(2); // true 
a.includes(4); // false
0

New to Communities?

Join the community