Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leta91/intro-javascript-functional-programming
- Owner: leta91
- License: mit
- Created: 2022-12-16T09:23:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T09:43:07.000Z (about 2 years ago)
- Last Synced: 2024-12-02T00:35:45.143Z (about 2 months ago)
- Topics: fcc, fcc-certification, fcc-exercise, freecodecamp, freecodecamp-challenge, freecodecamp-curriculum, freecodecamp-javascript, functional-programming, functional-programming-examples, javascript, js
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"