Interview Question
Senior Front End Developer Interview
-
Rapid7Explain what is happening with a higher order function example. const thing = next => action => next(action) applyMiddleware(thing(someAction))
AnswerAdd Tags
Interview Answers
2 Answers
▲
0
▼
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.
Anonymous on
▲
0
▼
It’s the concept of currying functions
Anonymous on
Add Answers or Comments
To comment on this, Sign In or Sign Up.