DEV Community

Discussion on: Help! I'm in Tutorial Hell

Collapse
 
drjeffa profile image
drjeffa

I finally figured out how to exist in tutorial hell, because in order to learn things, especially the basics. You often need tutorials. I was taking Wes Bos’s course, ES6 for everyone when I decided that after each lesson, I made an app. Just a quick one with some html and css, then used the things I learned in the lesson for the JS. For example, I used a for/of loop or arrow functions with a made-up dataset. Then used some DOM work to display it on the html.