DEV Community

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

Posted on

30 Days of Code - Day 14

(July 30, 2025)
Just continued with my DSA journey today, covering a few more topics at a steady pace.

What I Did Today:

📘 JavaScript :

  • Studied objects, the new keyword, and prototype in detail

  • Learned about .call() and how this behaves

  • Completed constructor functions and classes in JS
    (Need to revise constructor functions and classes again for better understanding)

🔁 Data Structures:

  • Implemented Stack using Arrays
    Implemented Stack using Arrays

  • Implemented Stack using Linked List
    Implemented Stack using Linked List

  • Implemented Queue using Arrays
    Implemented Queue using Arrays

💬 Thoughts:
After being stuck in arrays for over 25 days, finally moving to Linked Lists, and now doing Stacks and Queues, honestly feels like a long-overdue step forward
I’ve realised that I probably should’ve moved on to the next topic sooner, but I was trying to complete arrays thoroughly.
There are still a lot of variety questions left in arrays, and I can always pick those up in between.
And understanding the implementation of stacks and queues turned out to be surprisingly easy

Signing off 🌸
Akshita

Top comments (0)