Tags

Higher-Order Functions

Higher-Order Functions

0 lessons
2 code snippets
2 question banks
3 community items

higher-order-functions

Question Banks

2 items
Question Bank
Premium

Currying and Functional Composition Quiz

Compose, curry, memoize, and partially apply: the higher-order toolkit that turns small JavaScript functions into reusable building blocks.

JavaScript
quiz
currying
composition
higher-order-functions

419

11

Hard
Question Bank

JavaScript Add-N via Currying: Two Approaches Quiz

Two seeded ways to build an `adder(n)` that adds `n` to its argument (closure-returning-function and `Function.prototype.bind`), plus two companions on three-arg currying and a generic curry helper.

JavaScript
quiz
currying
closures
higher-order-functions

629

16

Medium