https://github.com/jthoms1/madjs-feb-fp
Presentation on Functional Programming in JavaScript
https://github.com/jthoms1/madjs-feb-fp
functional-js presentation
Last synced: 12 months ago
JSON representation
Presentation on Functional Programming in JavaScript
- Host: GitHub
- URL: https://github.com/jthoms1/madjs-feb-fp
- Owner: jthoms1
- Created: 2017-02-05T16:37:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T16:26:22.000Z (almost 5 years ago)
- Last Synced: 2025-06-13T00:01:45.564Z (about 1 year ago)
- Topics: functional-js, presentation
- Language: JavaScript
- Homepage: https://rawgit.com/jthoms1/madjs-feb-fp/master/slides/index.html
- Size: 10.7 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# madjs-feb-fp
Presentation on Functional Programming in JavaScript
This repo contains example code with tests for the MadJS February 2017 talk about Functional Programming in JavaScript.
## Contents
The `example.js` file in the project root contains the example code that is referenced in the slides. The example.js file is also loaded within the slides `index.html` file. So you can run the examples in the browser while looking at the slides.
## Get Started
Install the dependencies required for testing the examples.:w
```
npm install
```
To run the tests execute the following command.
```
npm run test
```