Javascript - pure functions
What is a pure function
A pure function is a function with the following rulset:
the function return values are identical for identical parameters
the function has zero side effects
If you think back to algebra, you've probably already saw good exa...
bhornyak.hashnode.dev2 min read