kolodny / exercises

Some basic javascript coding challenges and interview questions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

link in "curry" prompt goes to incorrect article

nsluss opened this issue · comments

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.

fixed in #6