JavaScript Associate — Medium
Key points
- `setTimeout` delays the execution of the function passed to it
- The delay of 0 milliseconds doesn't mean immediate execution
- JavaScript executes code synchronously unless specified otherwise
Ready to go further?
Related questions
