Hacker News new | ask | show | jobs
by salimmadjd 4035 days ago
Is there a typo on the Currying example?

let addToFiveAndThree = addFive(3);

Should be:

let addToFiveAndThree = addToFive(3);

I belive.

1 comments

Fixed, thanks