#functional-programming
Read more stories on Hashnode
Articles with this tag
You've probably heard the term "pure function" before, but if not, it's a function that follows two principles: No Side Effects: a pure function must...