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

Update problems to use const and let #660

Closed shisama closed 4 years ago

shisama commented 5 years ago

Hi, I like learnyounode. This workshop helped me to learn Node.js. However, this workshop is a little outdated. This is the proposal to replace var to let/const in problem.md like solution (PR: https://github.com/workshopper/learnyounode/issues/555). The below list indicates problem.md including 'var'.

shanmukhateja commented 4 years ago

It seems this issue can be closed as the referred PR seems to have achieved the propositions made.