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)