# JavaScript Interview Preparation CheatSheet
Topics Covered
Scope in JavaScript
Single-threaded JavaScript
Call Stack
Hoisting
Scope
Scope of a variable or an expression is a rigion within a program where that variable or expression is visible an can be referenced .A variable which is not in...
lalitagarg.hashnode.dev4 min read