I spent the afternoon watching one model solve a #Mailinator streaming endpoint in #Ruby perfectly, while completely failing the exact same task in #JavaScript. Even Gemini struggled with the JS side.
The fix was to make the models talk to each other:
1/2
Day 52/100
Started learning OOP in JavaScript , organizing code using objects, classes, and reusable structures.Still early, but I’m seeing how it makes code cleaner & scalable
#100DaysOfCode#JavaScript#FrontendDev#LearnInPublic
While learning DOM with @surajtwt_ today, I went down a small “what if I change this?” rabbit hole and it ended up clarifying something really useful:
event listener registration vs closure
That’s where the difference became clear 👇
#chaicode#javascript@piyushgarg_dev
Question - 6/12 wedding-card-maker
Difficulty Level - Medium
Time Taken - 120 minutes (time lagta hai without ai)
Learning form this problem
-event delegation - instead of having multiple event listeners, apply listener on parent element
#chaicode#cohort26#javascript#assignments#dom