Skip to main content

2 docs tagged with "Pure Function"

View All Tags

Memoization

Memoization is defined as: (Design Pattern) to Caching/reuse previous return value from Pure Function for specific Argument, to optimize perf. Topics on: rememb

Pure Function

Pure Function is defined as: Function with fixed input & same output, no Side Effect. Topics on: . Read more: JS, JS Concepts, Multi Paradigm, Paradigm, Functio