Memoization
Memoization is another browser optimization technique that helps us to increase the speed of the browser.
Memoization is a concept from dynamic programming wherein we store the common results in an array instead of calculating it again when we come b...
jeevanhenrydsouza.hashnode.dev1 min read