Adobe interview question

Functional programming questions: What do the map, filter and reduce functions do? What is currying?

Interview Answer

Anonymous

3 Feb 2025

I explained how each function acts on arrays and how you can return partial functions for currying.