Functional Programming from Four Semesters of Computer Science in 5 Hours by Brian Holt
Posted on August 27, 2020 in Algorithms, JavaScript by Matt Jennings
Avoid side effects, or keep functions pure.
Use Higher-Order Functions, which are functions that receives a function an as argument or …