javascriptvisualizer icon indicating copy to clipboard operation
javascriptvisualizer copied to clipboard

Multiple closures not being represented correctly

Open mikedloss opened this issue 7 years ago • 0 comments

Here's a link to an example

The code runs and returns the correct result, but the resulting display for the closure scope seems to be off. Step through and notice how it nests closure scopes, and the value of x inside of the closure scope changes.

mikedloss avatar Oct 17 '18 13:10 mikedloss