Making Promises in JavaScript
Thanks to the asynchronous nature of JavaScript, we have a couple of features that allow us to run non-blocking chunks of code, which means other parts of our code get executed without delay. One such feature and the concern of this article is the pr...
Feb 12, 202115 min read63


