Source Code:
(back to article)
Submit
Result:
Report an issue
var array = [11, 20, 8, 6, 17]; console.log( array.includes(6) ); //True