{"id":13430967,"url":"https://github.com/timoxley/functional-javascript-workshop","last_synced_at":"2025-05-14T22:07:32.831Z","repository":{"id":10701627,"uuid":"12946174","full_name":"timoxley/functional-javascript-workshop","owner":"timoxley","description":"A functional javascript workshop. No libraries required (i.e. no underscore), just ES5.","archived":false,"fork":false,"pushed_at":"2020-10-08T09:28:30.000Z","size":325,"stargazers_count":2053,"open_issues_count":82,"forks_count":436,"subscribers_count":94,"default_branch":"master","last_synced_at":"2025-04-13T17:46:46.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timoxley.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-19T10:37:23.000Z","updated_at":"2025-03-13T04:03:27.000Z","dependencies_parsed_at":"2022-09-15T00:50:53.318Z","dependency_job_id":null,"html_url":"https://github.com/timoxley/functional-javascript-workshop","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoxley%2Ffunctional-javascript-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoxley%2Ffunctional-javascript-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoxley%2Ffunctional-javascript-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timoxley%2Ffunctional-javascript-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timoxley","download_url":"https://codeload.github.com/timoxley/functional-javascript-workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235696,"owners_count":22036963,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T02:00:59.381Z","updated_at":"2025-05-14T22:07:27.813Z","avatar_url":"https://github.com/timoxley.png","language":"JavaScript","readme":"# Functional Javascript Workshop\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nodeschool/discussions?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\u003cimg alt=\"NodeSchool Discussions\" src=\"https://f.cloud.github.com/assets/43438/1368315/63919ad8-3997-11e3-909e-8193f5a94b59.png\" align=\"right\"\u003e\n\n### Teaching fundamental functional programming features of Javascript.\n\n#### No libraries required (i.e. no underscore), just ES5.\n\n\u003ca href=\"https://nodei.co/npm/functional-javascript-workshop/\" \u003e\u003cimg src=\"https://nodei.co/npm/functional-javascript-workshop.png?downloads=true\u0026stars=true\"\u003e\u003cbr /\u003e\n\u003cimg src=\"https://nodei.co/npm-dl/functional-javascript-workshop.png?months=12\"\u003e\n\u003c/a\u003e\n\n\n\n[![Gittip](http://img.shields.io/gittip/timoxley.png)](https://www.gittip.com/timoxley/)\n## Mission\n\nMany functional programming learning resources will teach you to write functional code, but it's often highly indirect,\ndeeply abstracted, requires understanding complex relationships between custom library calls, and doesn't represent\nthe reality of how people actually write JavaScript.\n\nThe goal of this workshop is to create realistic problems that can be solved using terse, vanilla, idiomatic JavaScript.\n\n**Please read the exercises thoroughly and obey all conditions, they are there to help you learn!**\n\n## Installation \u0026 Update\n\n```\n$ npm install -g functional-javascript-workshop@latest\n```\n\nSome npm installations require use of `sudo` in the above command. Recommend to instead [reinstall node/npm so you don't need sudo](https://gist.github.com/isaacs/579814).\n\n## Usage Instructions\n\n#### 1. Selecting a problem to work on\n\nOnce the workshop is installed, run `functional-javascript-workshop` to print a menu\nwhere you can select a problem to work on.\n\n```\n$ functional-javascript-workshop\n```\n\nProblems are listed in rough order of difficulty. You are advised to complete them in order, as later problems\nwill build on skills developed by solving previous problems.\n\n#### 2. Writing your solution\n\nOnce you have selected a problem, the workshop will remember which problem you are working on.\nUsing your preferred editor, simply create a file to write your solution in. Most problems will\nsupply some boilerplate with which to get started. Copy this from the problem description to your\nsolution file.\n\n#### 3. Testing your solution\n\nUse the workshop's `run` command to point the workshop at your solution file. Your solution will be loaded \nand passed the problem input. This usually won't perform any validation, it will only show the program output.\n\n```\n$ functional-javascript-workshop run mysolution.js\n```\n\n#### 4. Verifying your solution\n\nYour solution will be verified against the output of the 'official' solution.\nIf all of the output matches, then you have successfully solved the problem!\n\n```\n$ functional-javascript-workshop verify mysolution.js\n```\n\n## Stuck?\n\nFeedback and criticism is welcome, please log your troubles in [issues](https://github.com/timoxley/functional-javascript-workshop/issues).\n\nFull curriculum reviews [like this one](https://github.com/timoxley/functional-javascript-workshop/issues/7) are incredibly helpful. More feedback like this please!\n\nWe're looking for more practical problems, so if you come across a problem in your day-to-day work which was solved simply and elegantly with some functional JavaScript techniques, please help us create an exercise out of it.\n\n\n## Screenshots\n\n![screen shot 2013-09-27 at 5 18 45 pm](https://f.cloud.github.com/assets/43438/1225514/08c87a70-276a-11e3-8db7-485e3c760373.png)\n![screen shot 2013-09-23 at 9 13 02 pm](https://f.cloud.github.com/assets/43438/1191466/f289f38a-2451-11e3-9ba5-a3c224b5ca97.png)\n\n## Resources\n\n[A growing collection of quality functional javascript resources can be found in the wiki](https://github.com/timoxley/functional-javascript-workshop/wiki).\n\n\n## Thanks rvagg\n\nThis tutorial was built using rvagg's [workshopper](https://github.com/rvagg/workshopper) framework.\n\n## Summary\n\n```\n project  : functional-javascript\n repo age : 7 months\n active   : 50 days\n commits  : 152\n files    : 70\n authors  :\n    69\tTim                     45.4%\n    67\tTim Oxley               44.1%\n     3\tSequoia McDowell        2.0%\n     2\tZJ                      1.3%\n     1\tNaor Biton              0.7%\n     1\tPavel Kornilov          0.7%\n     1\tSteve Teo               0.7%\n     1\tWei Lu                  0.7%\n     1\tYoshua Wuyts            0.7%\n     1\tflakyfilibuster         0.7%\n     1\tArvid Andersson         0.7%\n     1\ttim walker              0.7%\n     1\tBrendon Murphy          0.7%\n     1\tLorcan Coyle            0.7%\n     1\tMatthew Hokanson        0.7%\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":["JavaScript","JavaScript \u003ca name=\"js\"\u003e\u003c/a\u003e","Resources","Books","Workshoppers","Table of Contents"],"sub_categories":["Examples and Exercises","[Elm](http://elm-lang.org)","Repos"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimoxley%2Ffunctional-javascript-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimoxley%2Ffunctional-javascript-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimoxley%2Ffunctional-javascript-workshop/lists"}