回答編集履歴

1

エラー箇所ミス

2018/05/19 10:19

投稿

KSwordOfHaste
KSwordOfHaste

スコア18394

test CHANGED
@@ -28,17 +28,17 @@
28
28
 
29
29
 
30
30
 
31
- if (typeof foo() === 'string') { // line 14
31
+ if (typeof foo() === 'string') {
32
32
 
33
- s = foo();
33
+ s = foo(); // line 14
34
34
 
35
35
  }
36
36
 
37
37
 
38
38
 
39
- if (typeof b[0] === 'string') { // line 18
39
+ if (typeof b[0] === 'string') {
40
40
 
41
- s = b[0];
41
+ s = b[0]; // line 18
42
42
 
43
43
  }
44
44