This really motivates me a lot 🙌🔥. Means so much coming from Chrome Devs — pushes me to keep learning and improving every day 🚀
post link->https://t.co/WsHFXUBuVI #JavaScript#ConsistencyWins
🚀 Built my first API project — REST Countries Explorer 🌍
Search, filter, view details & explore borders + dark mode
Tech: HTML, CSS, JS, Fetch API
🔗 Live Demo: [https://t.co/ExrMv2lHvK]
💻 GitHub: [https://t.co/W4gu6oz6Ae]
#100DaysOfCode#WebDev
🚀 Built my first API project — REST Countries Explorer 🌍
Search, filter, view details & explore borders + dark mode
Tech: HTML, CSS, JS, Fetch API
🔗 Live Demo: [https://t.co/ExrMv2lHvK]
💻 GitHub: [https://t.co/W4gu6oz6Ae]
#100DaysOfCode#WebDev#JavaScript#Day94
🚀 Today’s JS Learning
Explored ES6 Modules
export / import
default vs named
import * as
Saw modules loading in DevTools 👀
JS finally feels like real-world dev 🔥
#100DaysOfCode#JavaScript#WebDev#day93
🚀 Today’s JS Learning
Explored ES6 Modules
export / import
default vs named
import * as
Saw modules loading in DevTools 👀
JS finally feels like real-world dev 🔥
#100DaysOfCode#JavaScript#WebDev#day93
🚀 Today’s JS Learning
Explored try...catch...finally for error handling.
Handled a TypeError without crashing & learned that finally always runs 🔥
Debugging tip: use console.dir(err) 👀
#100DaysOfCode#WebDev#JavaScript#Day92
🚀 Today’s JS Learning
Explored try...catch...finally for error handling.
Handled a TypeError without crashing & learned that finally always runs 🔥
Debugging tip: use console.dir(err) 👀
#100DaysOfCode#WebDev#JavaScript#Day92
Today’s JS learning 🚀
Worked with Fetch API:
GET → fetch data
POST → send data
JSON, .then(), error handling
Now it’s making sense how apps talk to servers 🔥
Next: async/await
#100DaysOfCode#WebDev#JavaScript#Day91
Today’s JS learning 🚀
Worked with Fetch API:
GET → fetch data
POST → send data
JSON, .then(), error handling
Now it’s making sense how apps talk to servers 🔥
Next: async/await
#100DaysOfCode#WebDev#JavaScript#Day91
Learned about Promises in JavaScript today 🚀
They make async code cleaner and help solve callback hell using .then(), .catch(), and .finally() 🔥
#JavaScript#100DaysOfCode#WebDev#ay90
Learned about Promises in JavaScript today 🚀
They make async code cleaner and help solve callback hell using .then(), .catch(), and .finally() 🔥
#JavaScript#100DaysOfCode#WebDev
Today I experienced callback hell in JavaScript 😵💫
Chaining multiple async calls made the code deeply nested and hard to read.
A great reminder of why Promises & async/await exist 💡
#100DaysOfCode#JavaScript#WebDev#Day89
Today I experienced callback hell in JavaScript 😵💫
Chaining multiple async calls made the code deeply nested and hard to read.
A great reminder of why Promises & async/await exist 💡
#100DaysOfCode#JavaScript#WebDev#Day89
Learned XMLHttpRequest today ⚡
Now I can fetch data from APIs without reloading the page 😎
Built a random dog image generator 🐶
Frontend is getting interesting 🔥
#100DaysOfCode#JavaScript#WebDev#day88
Learned XMLHttpRequest today ⚡
Now I can fetch data from APIs without reloading the page 😎
Built a random dog image generator 🐶
Frontend is getting interesting 🔥
#100DaysOfCode#JavaScript#WebDev#day88
🚀 Learning how websites talk to the outside world!
Today I worked with APIs in JavaScript using fetch()
✔️ GET requests
✔️ POST requests (Postman)
✔️ Understanding responses like 201 Created
Feels great to see real data flow 🌐
#100DaysOfCode#WebDev#JavaScript#Day87
🚀 Learning how websites talk to the outside world!
Today I worked with APIs in JavaScript using fetch()
✔️ GET requests
✔️ POST requests (Postman)
✔️ Understanding responses like 201 Created
Feels great to see real data flow 🌐
#100DaysOfCode#WebDev#JavaScript#day87