Fearlessย โขย 8d
๐ Day 08/21 โ JavaScript Events Sorry for the 1-day gap ๐, but back on track with my 21-day JavaScript learning journey Today I learned about Events โ actions that happen in the browser (clicks, key presses, scrolls, etc.), which we can capture and respond to using JavaScript. Example: // Select button let btn = document.getElementById("myBtn"); // Add event listener btn.addEventListener("click", () => { alert("Button Clicked!"); }); ๐ Events bring interactivity ๐ addEventListener is the modern way to handle them ๐ You can listen to clicks, keydowns, mouse moves, and more! Events make web apps dynamic & user-friendly โจ #21JavaScript #JavaScript #WebDevelopment #CodingJourney #LearnInPublic
Fearlessย โขย 11d
๐Day 06/21 โ JavaScript DOM (Document Object Model) Todayโs focus was on DOM โ the way JavaScript interacts with web pages. ๐ ๐ DOM represents HTML as a tree structure. ๐ With JS, we can select, modify, and create elements dynamically. Example
See MoreHey I am on Medialย โขย 8m
๐ก What if your wardrobe had a personal assistant? Meet Sigman! Sigman is an app designed to make life easier for men by simplifying wardrobe management and improving your style. With Sigman, you can: ๐ Digitize and organize your wardrobe in just
See Moreย โขย
Techsaga Corporationsย โขย 1y
๐ Follow and Bookmark ๐ for sure before continuing :----- . . ๐ From Idea to MVP: The First 30 Days of Your Startup Journey Starting a startup is thrilling, but those first 30 days are crucial. Here's how you can turn your idea into a Minimum Via
See MoreDownload the medial app to read full posts, comements and news.