Journey of JavaScript code.
Dec 16, 2021 · 4 min read · There are 3 phases in which JS code is executed. Parsing Compilation Execution Parsing In parsing phase, code is broken down into tokens and syntax parser converts these tokens into abstract syntax tree(AST). AST is used by bytecode generator to fo...
Join discussion

