(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)