If you’ve done even the most basic coding in JavaScript, I’m sure at some point you’ve used a for loop to iterate an array. This works just fine, but did you know that Array.prototype (the base array object) contains a number of functions that make performing common tasks based on