DEV Community

Discussion on: Understand how to Memoize a JavaScript function

Collapse
 
logicmason profile image
Mark

I love this. When I was first really digging into JavaScript, I worked through re-implementing everything in Underscore.js and found it super valuable.

_.once and _.memo were pretty hard and really showed how scope and closures were different in JS than I'd realized.

Collapse
 
dhilipkmr profile image
Dhilip kumar

Glad it helped :)