Array searching in JavaScript

Given the following array:

[1, 2, 3, 4, 5]

Check if this array contains the number 3.

enru