SYSaurabh Yadavinthesaurcecode.hashnode.dev·9h ago · 4 min readJavaScript Complete – Final Revision, Project & What I LearnedDay 60. Today marks the official completion of my JavaScript section of the #100DaysOfCode challenge. When I started JavaScript, many concepts felt completely disconnected. Variables. Functions. Objec00
SYSaurabh Yadavinthesaurcecode.hashnode.dev·1d ago · 4 min readJavaScript Project – Putting Everything TogetherToday is Day 59, which means there is only one day left before I officially wrap up JavaScript. Instead of learning another isolated JavaScript feature, today is about putting everything together. I'v00
SYSaurabh Yadavinthesaurcecode.hashnode.dev·1d ago · 6 min readJavaScript Revision – Core Concepts & Modern JavaScriptToday marks the beginning of the final three days of my JavaScript journey in this #100DaysOfCode challenge. Over the past few weeks, I've covered a huge part of modern JavaScript—from the basics of t00
SYSaurabh Yadavinthesaurcecode.hashnode.dev·3d ago · 6 min readWeb Storage API – Local Storage, Session Storage & Persistent DataYesterday, I learned about Event Bubbling and Event Delegation and how JavaScript can efficiently handle events from dynamically created elements. Today, I explored another important browser feature: 00
SYSaurabh Yadavinthesaurcecode.hashnode.dev·4d ago · 7 min readJavaScript Event Delegation & Event BubblingYesterday, I went deeper into DOM Manipulation and learned how JavaScript can dynamically create, update, and remove elements. Today, I explored something that becomes extremely important when working00