Head-First Functional Programming in Javascript
Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing state and mutable data. JavaScript, being a multi-paradigm language, allows for functional programming along with...
nishanthprabhu.hashnode.dev10 min read