posted on Wed, Aug 22 '18 under tag: code

Are stateless functions the sexiest?

While reading about test driven development I came across the idea of functional javascript.

This four part series on it was my starting point:

What is functional javascript?

It is a way of writing javascript such that functions are passed around to other functions as parameters.

How is it useful?

It is incredibly useful in doing repetitive tasks fairly easily (see map, reduce functions in part 2 of the series)

Along the way I glanced upon this beautiful book on JavaScript as well.

Like what you are reading? Subscribe (by RSS, email, mastodon, or telegram)!