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
Originally posted by @craigdsthompson in #29 (comment)
The text was updated successfully, but these errors were encountered: