回答編集履歴

1

evalコードにコメント追加

2016/09/13 11:20

投稿

think49
think49

スコア18164

test CHANGED
@@ -174,9 +174,9 @@
174
174
 
175
175
  }());
176
176
 
177
- console.log(a);
177
+ console.log(a); // 2
178
-
178
+
179
- console.log(b);
179
+ console.log(b); // ReferenceError: b is not defined
180
180
 
181
181
  ```
182
182