Event Loops & CallbacksJavascript is asynchronous - let's talk about how the event loop works. Everything in Javascript is asynchronous, but what does that mean? Javascript is a single thread language that can only run …Continue Reading about Event Loops & Callbacks →