
Teri Eyenike
@teri
I am a software developer with a keen interest in building products for the web.


What is memoization in JavaScript?
Written by Teri Eyenike
**Memoization** is a specific form of caching used in dynamic programming. **Caching** is a way to speed our programs and hold some data in an accessible box for later use. It stores the pre...