Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leta91/intro-javascript-functional-programming

Learn About Functional Programming - freeCodeCamp Challenge
https://github.com/leta91/intro-javascript-functional-programming

fcc fcc-certification fcc-exercise freecodecamp freecodecamp-challenge freecodecamp-curriculum freecodecamp-javascript functional-programming functional-programming-examples javascript js

Last synced: 1 day ago
JSON representation

Learn About Functional Programming - freeCodeCamp Challenge

Awesome Lists containing this project

README

        

# 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"