DEV Community

Cover image for 30 Days of Code - Day 10 & 11
Akshita
Akshita

Posted on

30 Days of Code - Day 10 & 11

(26 & 27 July)
Happy Teej to everyone celebrating! 🌸
I actually forgot to hit the publish button for yesterday’s post( & it got saved as a draft), so here’s a combined update for the past two days.

The last two days were a mix of learning JavaScript (async/await, fetch API) and tackling linked list problems in DSA.

💻 What I Did in These 2 Days:
JavaScript:

Learned and practiced Promises with async/await.

Made API requests using the Fetch API and handled responses with try...catch.

Explored more about how async code works in JS.

DSA:

Find middle element of a linked list.

Reverse a linked list (iterative and recursive approach).

Delete the middle node of a linked list.

Merge two sorted linked lists.

📝 Thoughts:
These two days were slightly busy because of outings and Teej preparations, but I’m glad I still stayed consistent. Working with async/await and fetch felt new but interesting - I still need to practice more before I feel confident using them in a real project.

Just a few more days of JS basics, and then I’ll finally start Node.js - which I’m quite excited for.

Signing off
Akshita

Top comments (0)