JS_Fun_Practice
JS_Fun_Practice copied to clipboard
A list of small & fun functional programming exercises in JavaScript
hello can you add my function in the functions list.
Write a function identity that takes an argument and returns that argument There were some examples of the problem already. the function return solution is the same as the const...
Added identity and addb functions
I found solutions for 28 functions
I added the first 22 functions solutions to the EngMiguelCavaco_Solutions.js file. I will complete the rest of the functions soon.