Pregunta de entrevista de Medallia

Implement a memoize function in Javascript

Respuesta de la entrevista

Anónimo

21 dic 2016

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