Everything you need to know to get started with 👨🏾‍💻Javascript Promises 🎗

kokaneka

kapeel kokane

Posted on December 17, 2019

Everything you need to know to get started with 👨🏾‍💻Javascript Promises 🎗

Even though we don't encounter the inner deep workings of Javascript on a day to day basis even though we write code daily does not mean there is no advantage in knowing how things function under the hood.

Take the Javascript event loop for instance. I recently created an article (along with a video) explaining the Javascript event loop and how it is so awesome even though it is just single-threaded! Getting to know about how the language is functioning sets up some new thought patterns in your mind and ever so slightly changes the way you write code, subconsciously, but for good.

Check out the article here if you missed it:

Continuing on the same lines, let us today dig into what promises actually are, how they came into being, what problem they are trying to solve, and finally, a brief explanation of how they internally work.

Here is a video I created explaining those right from the basics.

Let me know your opinions about it. Cheers! 🍻

💖 💪 🙅 🚩
kokaneka
kapeel kokane

Posted on December 17, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related