Dream11 interview question

What is curry in JS.

Interview Answer

Anonymous

2 Jan 2019

Write a function "abc" in a such a way that following statement is true - abc(a, b, c) == abc(a)(b)(c)

2