Easy Functional Programming Techniques In TypeScript
Over the past years, Functional programming has become a really hot topic in the JavaScript world. Functional programming allows us to build better software without designing complex classes and functions. But it is also not a silver bullet like other programming paradigms/styles. Functional programming also has its own pros and cons. If you are JavaScript/TypeScript […]