Pergunta de entrevista da empresa Medallia

Implement a memoize function in Javascript

Resposta da entrevista

Sigiloso

21 de dez. de 2016

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