The what, why and how of Javascript functional programming
As programming geeks know, “classical” programming languages, like C/C++ and Java, are Imperative. This means you tell the computer how to do something and it does it. By contrast, functional languages are Declarative – you tell the computer the outcome you want. In his talk “JavaScript functional programming: our misunderstood friend” at Codemotion Berlin 2018,… Read more