Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sldeaals/chained-func-exercise

Chained functions
https://github.com/sldeaals/chained-func-exercise

chained-methods javascript mathematics

Last synced: about 1 month ago
JSON representation

Chained functions

Awesome Lists containing this project

README

        

# chained-func-exercise

## Exercise

A function that multiplies but can be chained. In other words, the function returns the context to continue using it on itself. Then divide numbers.

### Example
multiplyAndDivide(2)(2)(2) //should return 2