Tag, lint, build
This commit is contained in:
@ -11,4 +11,4 @@ const multiply = (x, y) => x * y
|
||||
const multiplyAndAdd5 = compose(add5, multiply)
|
||||
multiplyAndAdd5(5, 2) -> 15
|
||||
*/
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user