JavaScript Event Loop
Javascript is a single-threaded and non-blocking language, single-threaded means it can only do one task at a time, and non-blocking means, if there are tasks that are taking too long to complete then javascript don't block the execution of the other...
hashnode.com3 min read
Ansul kumar yadav
Devops | Docker & K8s | Terraform | Jenkins |CI/CD | Linux | AWS | Spring Boot | Java | DSA
Well explained