I completed Mosh’s HTML/CSS course, which was great. Now I am part way through his first JavaScript class. But I see nothing in the contents that relates to enhancing web sites. Are such things in any of Mosh’s JavaScript classes? I am talking about the type of things that you can see on this web page: Leveraging JavaScript to Enhance Web Interactivity - aptLearn
Thanks!
It won’t make sense until it suddenly makes all the sense in the world. When learning a new language you can’t have a conversation at first. Takes time to learn how to communicate what you want to.
The topic you are looking for is DOM manipulation with javascript. Honestly, you don’t need to learn that anymore. You can jump right into the new framework like React after learning javascript basics and some advanced topics. React handles DOM manipulation much more effectively with less code.
Thanks much for the guidance!