回答編集履歴

2

変わってなかったw

2019/04/02 03:51

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36104

test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  target = target.slice(n+2);
32
32
 
33
- console.log(target);
33
+ console.log("OK", target);
34
34
 
35
35
  continue;
36
36
 
@@ -44,7 +44,7 @@
44
44
 
45
45
  target = target.slice(n+2);
46
46
 
47
- console.log(target);
47
+ console.log("NG", target);
48
48
 
49
49
  continue;
50
50
 

1

結果を分かりやすく

2019/04/02 03:51

投稿

Lhankor_Mhy
Lhankor_Mhy

スコア36104

test CHANGED
File without changes