workshopper / learnyounode

Learn You The Node.js For Much Win! An intro to Node.js via a set of self-guided workshops.
Other
7.25k stars 1.84k forks source link

Clarified update for requested return value. #691

Closed aaronmunsters closed 5 years ago

aaronmunsters commented 5 years ago

As it was unclear (due to inconsistency regarding previous exercises) to not return a list but rather return a log message for every item of a list.

feross commented 5 years ago

Thanks for the PR, but I think this is clear enough already. It's stated twice in the problem statement that you need to console.log it.