Nov 11, 2024 · 4 min read · Promise.allSettled: When You Care About Everyone's Story Promises in JavaScript are like a group of friends—you’ve got the overachiever who gets everything done on time, the procrastinator who never finishes, and the drama queen who fails spectacular...
Join discussion
Sep 4, 2024 · 5 min read · async/await: Basically async/await is a syntactical sugar build on top of promises, It was introduce in ES2017 . It provides more readability as compare to promises. It provides a way to write a Asynchronous code in synchronous style. Let's take a re...
Join discussion
Jun 30, 2024 · 6 min read · JavaScript's evolution continues to bring us powerful features that make our code more robust and readable. Let's dive into some of the most impactful additions from ES11 (ECMAScript 2020) and ES12 (ECMAScript 2021) that are transforming how we write...
Join discussion