JavaScript Array Methods Exercises (forEach, filter, map)

Exercises to learn and practice the Array methods:

  • forEach
  • filter
  • map

Resources

MDN

General Articles

  • JavaScript Info: Array Methods
    • Goes through all the methods of the arrays, not only the ones used in this exercises. Good for known what's possible with arrays.
  • 10 Array Methods
    • This one contains more than the array methods used here. It's really concise though.