Day 25 of #30DaysOfCode



This content originally appeared on DEV Community and was authored by JustACoder

26th Aug 2k25,
hlo everyone
Today went to clg had classes from 9-4 pretty tiring .
The weather was pretty good today as it rained .
Things I did today :

  • potd : easy one based on arrays just had to find the max area of rec with longest diag
  • did some js : covered how we can chnage css of a doc using js with the help of .style, .setAttribute,.className ,.classList,.cssText etc. Also learned about events how clicking a btn is a event,the btn is called event target then how when someone clicks the btn a function is called and the it executes . Syntax .addEventListner(“event-action(click,scroll)”,function());

Trying to take small steps everyday and maintain consistency.Hope I do better tmr.
Good Night


This content originally appeared on DEV Community and was authored by JustACoder