回答編集履歴
1
ついき
test
CHANGED
@@ -16,6 +16,8 @@
|
|
16
16
|
|
17
17
|
}.bind(this);
|
18
18
|
|
19
|
+
あとは
|
19
20
|
|
21
|
+
doIt.bind(this).call();
|
20
22
|
|
21
23
|
```
|