Electron Prep
Interview knowledge base
Overall progress0%
JavaScript
2
  • How does the JavaScript event loop actually work?
  • What is a closure and when does it actually matter?
Node.js
1
  • Walk me through the Node.js event loop phases
React
1
  • How does React decide what to re-render?
System Design
1
  • Hash vs Tree: Designing a mixed-read global store
Home/JavaScript

JavaScript

Core language internals — event loop, closures, prototypes, async.

How does the JavaScript event loop actually work?

12 min read·intermediate

async
runtime
browser

What is a closure and when does it actually matter?

8 min read·beginner

scope
functions