DEV Community

Cover image for 30 Days Of Code- Day 3
Akshita
Akshita

Posted on

30 Days Of Code- Day 3

Hey everyone!
Here comes Day 3 of my coding challenge, and today was a mix of DSA problem-solving and exploring a new concept in JavaScript.

๐Ÿ’ป What I Did Today:
Rotate the Matrix - Practiced rotating a 2D matrix in place

Find the Repeating and Missing Numbers - Worked on identifying these in an array using logic and math tricks

Introduction to DOM in JS - Learned the basics of interacting with the Document Object Model (DOM) to change and update elements dynamically

๐Ÿ“ Takeaways:

  • Starting to get a feel for how powerful DOM manipulation can be.
  • Matrix problems are challenging but feel rewarding once the logic clicks.

I'll continue exploring DOM and strengthen my problem-solving skills tomorrow! ๐Ÿš€

Top comments (0)