This is a very famous Javascript interview question because it tests your knowledge of functional Javascript, closures, and function arguments. To solve this, let’s understand some basic concepts. A higher order function is a function which either accepts a function, returns a function or both.
Table of contents
Higher order function2 Comments
Sort: