Tuesday, 7 February, 2017 UTC


Summary

You can really unlock the power of ramda (and functional programming in general) when you combine functions. Counting words in a string may seem like a relatively difficult task, but ramda makes it easy by providing a `countBy` function. This lesson walks through using the `countBy` to count words in a string.