Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Nemcue
on July 20, 2015
|
parent
|
context
|
favorite
| on:
Currying in JavaScript
What about a function that you want to pass around and have other actors give it arguments until it executes?
Can't really do that with .bind without executing it.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Can't really do that with .bind without executing it.