You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a workout that covers the following objective:
Explain the event loop in JavaScript
This means users should be able to explain how the event loop works- when are functions added to the stack, when do they get run, when are they garbage collected, etc.
We don't have materials that explain the event loop in JavaScript. This is clearly deeper material, so it'll go in the last section of JavaScript.
The text was updated successfully, but these errors were encountered:
We need a workout that covers the following objective:
This means users should be able to explain how the event loop works- when are functions added to the stack, when do they get run, when are they garbage collected, etc.
We don't have materials that explain the event loop in JavaScript. This is clearly deeper material, so it'll go in the last section of JavaScript.
The text was updated successfully, but these errors were encountered: