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
709 stars 220 forks source link

Replace var with const or let #145

Closed yuria-n closed 5 years ago

yuria-n commented 5 years ago

At first, thanks for the great learning materials!

I believe using const/let instead of var is recommended nowadays. Also, as a Node.js beginner, I would like to learn the latest JavaScript syntax.

Thank you for taking the time to review my PR, and I'm looking forward to your feedback.

azat-co commented 5 years ago

massive pull request :)