(minor style comment) I think the wordCounts and timeDiffs functions could be more consistent. In wordCounts, we have a getWordCount function, and then wordCounts is a one-liner to apply .map(). The logic is generally the same for timeDiffs, but an anonymous function is used inside the map. #33
Open