Medallia interview question

Implement a memoize function in Javascript

Interview Answer

Anonymous

Dec 21, 2016

I created a function that returns another function and stores the cached values using a closure.