THN Interview Prep

JavaScript (ES6+)

Core Concepts

  • Closures
  • Hoisting
  • Event loop
  • Prototypes

How it works internally

Execution context, call stack, task queues.

Trade-offs

  • Single-threaded model
  • Async complexity

Interview Focus

  • Async behavior
  • Memory leaks
  • Performance pitfalls

Mark this page when you finish learning it.

Spotted something unclear or wrong on this page?

On this page