Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 295 Bytes

File metadata and controls

6 lines (3 loc) · 295 Bytes

Generic Memoization in Vanilla Js

This project includes a generic Memoization decorator function. Use it with any of your functions. An example with Fibonacci series is included in the project. Make sure to use with pure functions only.

Demo ⚡️