#functional-programming
Read more stories on Hashnode
Articles with this tag
In a perfect world, every function and every API we work with would have one clear type that always gets returned. Unfortunately, we don't live in a...
In previous posts, we have worked through some of the code examples of the book Functional JavaScript. I'm going to go over the final example from...
After three posts on the subject, I decided to officially make this a new series called Modernizing JavaScript Code.. This one will be short and sweet...
Are you looking to modernize your JavaScript code? Look no further than our posts on updating code examples from books. In this third installment,...
Photo by Linus Nylund on Unsplash JavaScript is an interesting language. It doesn't fit nicely in any one Paradigm. JavaScript does have...
Photo by John Moeses Bauan on Unsplash My last post on modernizing splat and unsplat were so much fun I thought I would do it again with the following...