Functional Programming.js
Functional programming it's not a language, It's a paradigm (style of programming). So what are the perks of functional programming ? Immutability (const variable instead of var/let) Higher-order functions (functions passed around as variables) Recu...



