JS_Fun_Practice icon indicating copy to clipboard operation
JS_Fun_Practice copied to clipboard

A list of small & fun functional programming exercises in JavaScript

Results 35 JS_Fun_Practice issues
Sort by recently updated
recently updated
newest added

These are my take on some of the solutions in the JS practice, I hope this can be helpful to somebody and welcome any and all feedback regarding code readability,...

The readme contains a potential parentheses mismatch in the `addmTwo` example, specifically in the second usage example: ```javascript addmTwo(m(1, m(Math.PI, 'pi'))) // {value:4.14159..., source:"(1+pi)"} ``` It seems there might be...

ZTM student, pull request for my solution file. Thanks 👍

My Solution is on identity function

please add a hecktoberfest-accepted label thanks

This PR is linked to - Error in "schmeb0704_solution.js" file #222

Added my solution to the files