Blue Yonder interview question

Write a function to make add(x)(y) work in JavaScript.

Interview Answer

Anonymous

23 Feb 2015

Hint: Return an anonymous function

1