Update article.md

This commit is contained in:
Peter Kampjes 2020-09-01 09:09:58 -03:00 committed by GitHub
parent b9c4dbcaed
commit 0003221ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ In this chapter we first cover theoretical details about how things work, and th
## Event Loop
The *event loop* concept is very simple. There's an endless loop, when the JavaScript engine waits for tasks, executes them and then sleeps, waiting for more tasks.
The *event loop* concept is very simple. There's an endless loop, where the JavaScript engine waits for tasks, executes them and then sleeps, waiting for more tasks.
The general algorithm of the engine: