質問編集履歴
1
2つ目のコードの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
var f = this;
|
26
26
|
return setInterval(
|
27
27
|
function() {
|
28
|
-
console.log(
|
28
|
+
console.log(f.hoge);
|
29
29
|
},
|
30
30
|
1000
|
31
31
|
)
|