💡Easy Tutorial on Promises and Async/Await for JavaScript Newbies
Introduction
Asynchronous Nature of JavaScript
"Asynchronous" in simple terms means "not in sync", right? That's exactly what it means when we talk about the asynchronous nature of JavaScript. By default, all the functions we write in JavaScript are ...
ayyush08.hashnode.dev5 min read