Sources - JavaScript Debugging
Scope
在
index.js
第九行加入斷點並重新整理。
a, b, c, d, e 的 Scope 分別是:
Global, Script, Closure, Local, Block
Call stack
在
index.js
第十九行加入斷點 ->
GO
Blackbox
在
index.js
第二十六行加入斷點 ->
GO