4.Learning 1.5.2 - christoph3r3w/fix-the-flow-interactive-website GitHub Wiki
How I'm learning Javascript
(for me) Learning JavaScript implies having a broad and detailed perspective of the task or problem I would like to solve. by researching and trying out the functionality of the language, until the basics of the subject become logical to me.
This time I started by checking out eventListener, querySelector, and classList. What is their functionality, and exploring all the ways I can apply them. Then I research the "DOM", and how javascript interacts with it. Currently, I'm learning about the creation of variables, objects, and how to create custom events and functions.
My process involves watching videos of components being built and researching every subject that I don't yet understand. I document each unfamiliar topic by writing down a condensed description after. If the subject involves logic I already know, I internalize it.
Source