Dealing with side effects and pure functions in javascript
Have you ever heard the term "pure function"? What about "side effects"? If you have then probably you've heard that side effects are evil and should be avoided at all cost (just like var.) Here is the problem, if you write javascript you probably wa...
vonheikemen.hashnode.dev9 min read