zainatour / toyProblems

0 stars 1 forks source link

Use Higher Order Functions #6

Open nsluss opened 9 years ago

nsluss commented 9 years ago

Read about the native array methods map, reduce and filter. Refactor wordScore, sumOfSquares and onlyEvens to use these methods. You should be able to complete each prompt without using loops.

nsluss commented 9 years ago

Map Reduce Filter