Tag, lint, build

This commit is contained in:
Angelos Chalaris
2017-12-17 11:52:35 +02:00
parent 1dea0ab2ea
commit 2519afd0ea
3 changed files with 47 additions and 12 deletions

View File

@ -11,4 +11,4 @@ const multiply = (x, y) => x * y
const multiplyAndAdd5 = compose(add5, multiply)
multiplyAndAdd5(5, 2) -> 15
*/
```
```