Why is currying called currying?



Why is currying called currying?..

Answer / Pooja Kumari

Currying in JavaScript is named after Haskell Curry, a mathematician and logician who introduced the concept of currying in functional programming. The term refers to the process of taking a function that takes multiple arguments and restructuring it into a sequence of functions that each take one argument.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is this in JavaScript?

1 Answers  


Why do you need javascript?

1 Answers  


How to convert javascript date to iso standard?

1 Answers  


How to modify the url of the page without reloading the page?

1 Answers  


What is postback in javascript?

1 Answers  


What's math constants and functions using javascript?

1 Answers  


What are self invoking functions?

1 Answers  


How you will write a java script function that display an alert on the screen?

1 Answers   Cap Gemini,


How would you check if a variable is null/undefined?

1 Answers  


Is javascript whitespace sensitive?

1 Answers  


How would you organize your javascript code?

1 Answers  


TypeError: document.getelementbyid(...) is null?

1 Answers  


Categories