Please enable JavaScript.
Coggle requires JavaScript to display documents.
JS | YDKJS | Scope & Closure (Compiled language (Tokenizing / Lexing…
JS | YDKJS | Scope & Closure
Compiled language
Tokenizing / Lexing
Code ->Tokens
Parsing
Tokens -> AST
Code-generation
AST -> Code
Lexical scope model
look-up
LHS
Target of assignment
RHS
Source of assignment
Cheating
eval
with
Function expression
Anonymous
Identifier
Inline
No identifier