An introduction to “Javascript Functions: Higher order functions”

Exercise on Jams.dev Coming soon

Tutorial description

A higher-order function is a key and extremely powerful concept in functional programming. It functions all the way down!

If you’re programming in JavaScript or a functional language, you’re probably using these all the time.

Check out this simple example to get started with composing and writing complex functions in JavaScript/Typescript now.