The End has arrived...
- tommykwong1984
- Nov 12, 2022
- 1 min read
To the longest Section 'Advanced JavaScript' . I like learning to an extent. The issue with this section it is incredibly long and you learn so much but only shown small examples of how each technique works.. The 'fun' of programming is learning a technique and then applying it to something you care about. I actually skipped the optional content of 'Advanced JavaScript' which provided 3 incredibly hard coding exercises. I might revisit but after over 4 hours of going through the section, I had very little motivation as well as the fact I enjoy problem solving when its built towards something rather just to complete an exercise. Going through the 'Advanced JavaScript has also provided me purpose to this project. Previously it was to just go as far as I can but now it is to build a solid foundation in Vanilla JavaScript. What I am doing now is refactoring one of my old JavaScript games which is actually fun, making the code more efficient and applying what I have learnt to the game for example I removed the onclick command from the HTML and added an Event listener in the JavaScript instead as it looks much more cleaner when use with modulization. I am hoping to finish all the Vanilla JavaScript sections as well as refactor more of my older coding project.
Comments