when the following line is commented out, the console print scope will report an error
, but when it is released, it will print out
I understand that the inside should hold a reference to the outer scope, whether there is the following line or not.
is this the optimization mechanism of chrome?