Skip to content

JavaScript

JavaScript, the backbone of the web and a magical language used to build almost anything from a ToDo app to the SpaceX rocket control panel.

promise in js

Promise in JavaScript

In this post, I’ll thoroughly explain the concept of Promise in JavaScript. We’ll cover the coding part later, but now let’s focus on where, what, and why behind the Promise. Asynchronous programming What does Asynchronous mean? The simple definition of asynchronous means not at the same time, that’s the opposite… Read More »Promise in JavaScript