Functional Programming In JavaScript for Beginners
This is the first of a five-part series
What is Functional Programming?
Functional programming is a style of creating programs that:
Encourages the use of functions that are self-dependent and do not modify or depend on external values outside of th...
cstora.hashnode.dev5 min read
David Wampamba
Empowering Teens & Youth | Acumen Fellow | Employment & Digital Skills Activist | STEM Evangelist | Certified Social Entrepreneur
Hey CS Tora,
This is a great little piece that describes the difference between imperative and declarative programming like no other.
I cannot wait for the next piece.