jungledre / iterators_lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Iterators Mini Lab

Write the following functions

Similar to the Google Products lab, we'll be using a real data feed from a sub reddit /r/javascript

You can view the live version here: http://www.reddit.com/r/javascript.json

Write 4 styles of iterators

  1. forEach - console.log all titles
  2. map - Return an array of permalinks, that contain full http:// path to reddit
  3. filter - Filter the posts that contain the selftext key
  4. reduce - Use reduce to count all the score values across posts

About


Languages

Language:JavaScript 100.0%