Asynchronous Javascript - Learn Promises From Scratch
JavaScript is a synchronous language at its core, meaning that only a single line of code runs at any time. That means that time spent executing some part of the code delays the execution of other code. This includes painting things on the screen, ha...
codefrontend.hashnode.dev25 min read
Aakansha Priya
Solution Architect @Dash0 | π¦ΈββοΈ @kubehuddle | CNCF Ambassador | CKA & KCNA | Writes LWKD | Prev: Developer Relations @empathyops
Such an in-depth explanation :D. Loved the efforts