by Jon Rista | Jul 27, 2021 | Frontend, Functional, JavaScript, Typescript
What is functional and what are functions? Functional programming. You’ve probably heard the term. You may even have dabbled in it. If you are a veteran, this article will not provide any useful new knowledge. Otherwise, keep reading, and start your journey into...
by Jon Rista | Jul 26, 2021 | Frontend, Functional, JavaScript, Typescript
Function Implementations & Mutability In the first in this series, we started with the most foundational of foundations: What functional programming is, is not, and what functions are, and how to describe them. For most programmers this may have been somewhat...
by Jon Rista | Jul 25, 2021 | Frontend, Functional, JavaScript, Typescript
Higher order functions and currying! In the first two articles in this series, we started with the most foundational of foundations: What functional programming is, is not, and what functions are, and how to describe them. We also covered key tenets of implementing...