In this video I review a viewer submitted website consisting of many small JavaScript projects. The code of these projects is overall really strong, but there are plenty of places where I go through ways to clean up the code and make it more usable and readable. This is mostly done through using modern ES6/ES7 to rewrite old syntax, cleanup global variables, and remove callback hell.

IMPORTANT:
If you would like to submit your own project for review please send me a message on Twitter (@DevSimplified) or leave a comment with a link to your project.

🧠 Concepts Covered:
- Converting callback hell to promises and async/await
- Cleaning up global functions by using classes
- How to use classes to cleanup code
- How to properly name variables and functions
- Future proofing code

Find Me Here:

Twitter: https://twitter.com/DevSimplified
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


#CodeReview #JavaScript #CodeRefactor