Not all functions are created equal, that’s one of the first things you need to understand when learning how to code, and in particular this is true for JavaScript functions. For this article, I want to cover one type of function: pure functions.
Full article