DEV Community

xplodivity
xplodivity

Posted on

How to optimize your functions in JavaScript using memoization (Interview question)

Many developers arent familiar with optimizing their functions in javascript. You would be amazed how further you could optimize your functions in javascript and make your overall website more performant with this simple trick.
The link attached describes everything in a simple, short and indepth manner.

Top comments (0)