https://github.com/leta91/avoid-mutations-and-side-effects-in-functional-programming-js
Avoid Mutations and Side Effects Using Functional Programming in JavaScript - freeCodeCamp Challenge
https://github.com/leta91/avoid-mutations-and-side-effects-in-functional-programming-js
Last synced: about 1 month ago
JSON representation
Avoid Mutations and Side Effects Using Functional Programming in JavaScript - freeCodeCamp Challenge
- Host: GitHub
- URL: https://github.com/leta91/avoid-mutations-and-side-effects-in-functional-programming-js
- Owner: leta91
- License: mit
- Created: 2022-12-18T11:25:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-18T11:37:17.000Z (over 2 years ago)
- Last Synced: 2025-01-29T18:23:18.395Z (3 months ago)
- Language: JavaScript
- 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
# Avoid Mutations and Side Effects Using Functional Programming in JavaScript - freeCodeCamp Challenge 🚀
## Part 8️ of the JavaScript Algorithms & Data Structures Certification 📜
### Challenge number 4 out of 24 💻
Fill in the code for the function `incrementer` so it returns the value of the global variable `fixedValue` increased by one