⊗jsPmSMAS 198 of 504 menu

Array searching in JavaScript

includes indexOf

Given the following array:

[1, 2, 3, 4, 5]

Check if this array contains the number 3.

hirupluzlde