Prototype Example

Sample from: http://www.sergiopereira.com/articles/prototype.js.html#EnumeratingArrays

Like we mentioned above, it's very common for all the elements in your array to be of the same kind, with the same properties and methods. Let's see how we can take advantage of iterator functions with our new souped-up arrays.

Finding an element according to a criteria.

[Results Area]