JAVASCRIPT
← Back to blogUnderstanding the Fetch API and Response Object Basics
I got very curious about the total ins and outs of the response object and why we use .json() on it and how we can convert it....
September 26, 2024
The Difference Between Callbacks and Promises: A Developer's Guide
Key differences between callbacks and promises in JavaScript, breaking down how each handles asynchronous operations and offering tips on when to use them for cleaner, more maintainable code.
September 25, 2024
What I Learned Today: Primitive vs. Reference Types, Stack vs. Heap
Learn the difference between primitive and reference types, how JavaScript handles memory with stack and heap, and the magic behind JavaScript's .toString() method.
September 24, 2024
Understanding JavaScript Variables and Data Types
A beginner-friendly breakdown of variables, data types, and scope in JavaScript.
September 23, 2024
What I Learned About JavaScript Today (Even Though I Thought I Already Knew It)
Relearning JavaScript from the ground up to fill in the gaps in my knowledge. Spoiler: There’s always something new to discover.
September 21, 2024