Skip to content

leta91/intro-javascript-functional-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Learn About Functional Programming - freeCodeCamp Challenge 🚀

8th Part of the JavaScript Algorithms and Data Structures Certification

Functional Programming ➡️ defined as another popular approach to software development other than OOP in which the code is made up of smaller functions and the sum of these functions can give complex programs

In order to solve this challenge:🎯
"The members of freeCodeCamp happen to love tea 😀🍵☕

In the code editor, the prepareTea and getTea functions are already defined for you
Call the getTea function to get 40 cups of tea for the team, and store them in the tea4TeamFCC variable"