tylermcginnis / javascriptvisualizer

A tool for visualizing Execution Context, Hoisting, Closures, and Scopes in JavaScript.

Home Page:https://tylermcginnis.com/javascript-visualizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phase don't change from Creation to Execution

karataev opened this issue · comments

It seems that JS Visualizer has a bug with detecting a phase change. It's always in creation phase, but should change to execution when code runs.

js-viz

Gah good find.