kolodny / exercises

Some basic javascript coding challenges and interview questions
4.23k stars 672 forks source link

link in "curry" prompt goes to incorrect article #14

Closed nsluss closed 9 years ago

nsluss commented 9 years ago

This problem is fixed in #6 and #12, but curry/README.md links to an article on Curry, the language, rather than "Currying" as is described in the prompt. While Curry is a language that utilizes FP concepts, the technique of currying is much more widely applicable and does not derive it's name from this language.

kolodny commented 9 years ago

fixed in #6