offline version v3


⊗jsPmSMAS 196 of 502 menu

Array searching in JavaScript

includes indexOf

Given the following array:

[1, 2, 3, 4, 5]

Check if this array contains the number 3.

enru