Domanda di colloquio di Rapid7

Explain what is happening with a higher order function example. const thing = next => action => next(action) applyMiddleware(thing(someAction))

Risposte di colloquio

Anonimo

19 dic 2017

this wasn't the exact question but if you understand how to explain this then you will be good. I understand it now much better than I did then.

Anonimo

9 mar 2020

It’s the concept of currying functions