Skip to content

Files

Latest commit

 

History

History
41 lines (34 loc) · 3.82 KB

File metadata and controls

41 lines (34 loc) · 3.82 KB

Functional Programming

My solution proposals for the Functional Programming exercises.

freeCodeCamp module description:

"Functional Programming is another popular approach to software development. In Functional Programming, code is organized into smaller, basic functions that can be combined to build complex programs. In this course, you'll learn the core concepts of Functional Programming including pure functions, how to avoid mutations, and how to write cleaner code with methods like .map() and .filter()."

Exercises

⬅️ Back to main file


Disclaimer: This repository should not be viewed as a facilitator for these courses.
This is intended to highlight and memorize my journey through this certification.