February 2018
Intermediate to advanced
552 pages
13h 46m
English
Pure functions are one of the important features or principles of FP.
Pure functions are functions whose result (or return value) depends only on its inputs (function parameters). Irrespective of how many times we call that function with the same inputs, we will receive the same result. Take a look at the following diagram:

Read now
Unlock full access