📄️ Intro to JavaScript
The ultimate beginner's guide to starting your programming journey.
📄️ Variables
Learn how to store and manage data using let and const.
📄️ Data Types
Learn the different types of data JavaScript can handle, from text to logic.
📄️ Functions
Learn how to write reusable blocks of code that perform specific tasks.
📄️ DOM Manipulation
Learn how to use JavaScript to select, change, and animate HTML elements in real-time.
📄️ Events
Learn how to listen for user actions like clicks, keypresses, and scrolls.
📄️ JS Challenge
Put it all together! Build a functional To-Do list app using JavaScript.