Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create composeAll to accept multiple functions as params and not single array #189

Open
addityasingh opened this issue Feb 26, 2018 · 1 comment

Comments

@addityasingh
Copy link
Contributor

addityasingh commented Feb 26, 2018

Make composeAll of n-arity to accept any number of parameters

Example:

  composeAll(
    addFive,
    multiplyByFour,
    square,
    plusTwo
  )
@addityasingh
Copy link
Contributor Author

I will create and give a PR soon for this

@addityasingh addityasingh changed the title Create compose to accept multiple functions Create composeAll to accept multiple functions Feb 28, 2018
@addityasingh addityasingh changed the title Create composeAll to accept multiple functions Create composeAll to accept multiple functions as params and not single array Feb 28, 2018
addityasingh added a commit to addityasingh/1-liners that referenced this issue Feb 28, 2018
addityasingh pushed a commit to addityasingh/1-liners that referenced this issue Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant