azat-co / expressworks

Learn Express.js from the author of one of the best books on Express.js—Pro Express.js— with this workshop that will teach you basics of Express.js.
MIT License
715 stars 220 forks source link

Clarify Instructions in Good Old Form #133

Closed naitian closed 7 years ago

naitian commented 7 years ago

In the instructions, print implies that you want to console.log the reversed string, when you actually want to respond with the reversed string.

This PR fixes that.