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)