codebar / tutorials

🗒 codebar's tutorials
http://tutorials.codebar.io/
260 stars 241 forks source link

Small refactorings and JS clean-up #310

Closed octopusinvitro closed 8 years ago

octopusinvitro commented 8 years ago

This PR makes some tiny fixes to the JS of the site, hopefully making it easier to maintain in the future.

Some fixes include removing state and superfluous variables, moving declarations outside of loops or fixing tests and syntax.