An open API service indexing awesome lists of open source software.

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

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
```