DEV Community

Discussion on: Basic JavaScript Interview Questions

Collapse
 
dverybest profile image
Charles Best

These may not be something you implement/use in your everyday web development, but understanding them can mean you have basic understanding of code execution in JavaScript. Things like the "call stack", "Memory Heap", "callback queue" and "event loop".