javascriptvisualizer
javascriptvisualizer copied to clipboard
Closures
//ofc ik that I can't access the var name is sfn but I wanted to check out the closures and this happened // the init fn creates a closure then when sfn is run the closure encapsulates the sfn, and when sfn is executing the closure disappears in the middle of the execution. file.md