workshopper / learnyounode

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

Use const and let in JSON API Server exercise #640

Closed AryanJ-NYC closed 4 years ago

AryanJ-NYC commented 5 years ago

As requested in https://github.com/workshopper/learnyounode/issues/559, this is a PR made on the es6 branch to use const and let instead of var in exercises.