Last updated 2 years ago
JS ⟩ concepts ⟩ compiler ⟩ code generation
3rd stage of compilation:
turns AST (abstract syntax tree) -> executable code.
YDKJS: Scope & Closures (v.2) ⟩ Ch. 1: What's the Scope?