JavaScript: Partial function application vs. currying
Here’s a pretty verbose dive into partial applications of, versus currying of, JavaScript functions. I found it especially enlightening about 2/3 of the way down when it got into currying and how that differs from plain old partial application. JavaScript is even (briefly) contrasted with ML and Haskell.