Skip to content

Typos#2096

Merged
iliakan merged 4 commits intojavascript-tutorial:masterfrom
peachesontour:patch-12
Sep 5, 2020
Merged

Typos#2096
iliakan merged 4 commits intojavascript-tutorial:masterfrom
peachesontour:patch-12

Conversation

@peachesontour
Copy link
Contributor

No description provided.

## Event Loop

The concept of *event loop* is very simple. There's an endless loop, when 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, when the JavaScript engine waits for tasks, executes them and then sleeps, waiting for more tasks.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be 'where' instead of 'when'.

when the JavaScript engine waits for tasks -> where the JavaScript engine waits for tasks

peachesontour and others added 3 commits September 1, 2020 09:09
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
@iliakan
Copy link
Member

iliakan commented Sep 5, 2020

Thanks!

@iliakan iliakan merged commit 6701d9b into javascript-tutorial:master Sep 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants