Map & Filter Practice

Attempt some practice problems with map & filter. Learn to effectively manipulate large amounts of data.

This lesson is all practice problems. Feel free to try them. Attempt to use map and filter where appplicable.

Uppercase

Write a function that will take an array of words and return an array of those same words with the first letter of each word capitalized.

Example: ...