DEV Community

Cover image for 30 Days of Code- Day 7
Akshita
Akshita

Posted on

30 Days of Code- Day 7

Hey everyone!

Day 7 was actually fun because I finally started working on Linked Lists — and I didn’t expect to enjoy it this much! Visualizing nodes and pointers while coding gave me such a satisfying “aha!” moment.

💻 What I Did Today:
Linked Lists:

  • Traversal (iterating through nodes)

  • Finding the length of a linked list

  • Searching for an element

Dev:

  • Continued reading DOM documentation, diving deeper into element manipulation and methods.

  • Built a small project using DOM manipulation to practice what I’ve been learning.

📝 Takeaways:
Linked lists are surprisingly fun once you get the hang of how nodes connect — feels like solving a puzzle.

Building even a tiny DOM project helped me solidify concepts faster than just reading docs.

Top comments (0)