Blue Yonder Interview Question

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

Interview Answer

Anonymous

Feb 23, 2015

Hint: Return an anonymous function

1