DEV Community

Discussion on: JavaScript Interview Question #39: How does setTimeout work inside the loop?

Collapse
 
coderslang profile image
Coderslang: Become a Software Engineer

The question here isn't as much about performance, it's about properly understanding the way asynchronous operations work in JS.