This was something I was working on 2 months ago, after learning HTML & CSS to test my knowledge.
Since then, Iβve been learning without building much. But sharing my progress on X and seeing other devs build made me realize:
No matter how much you learn, use it. Build. π
Currently learning about the DOM in JavaScript (Document Object Model).
I learnt that the DOM lets us interact with HTML elements as JavaScript objects.
For example, document.querySelector() selects an HTML element from a webpage and work with it using JavaScript.