timoxley/functional-javascript-workshop

Every some task wording

willnwhite opened this issue · 0 comments

Task

Return a function that takes a list of valid users, and returns a function that returns true if all of the supplied users exist in the original list of users.

I read this as "Return a function... that returns a function that returns true...". I had to ignore the task wording to solve the problem as I saw fit. My solution matched the official solution. I think it should say "Return a function that takes a list of valid users and returns true if all of the supplied users exist in the original list of users."