append-inside-function-scope.js 43 B

123
  1. (function () {
  2. var test = 'test';
  3. })();