回答編集履歴
3
テキスト修正
test
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
if (res == 4) {
|
28
28
|
|
29
|
-
throw "four is found."
|
29
|
+
throw "four is found."
|
30
30
|
|
31
31
|
}
|
32
32
|
|
@@ -34,7 +34,7 @@
|
|
34
34
|
|
35
35
|
} catch(e) {
|
36
36
|
|
37
|
-
return
|
37
|
+
return
|
38
38
|
|
39
39
|
}
|
40
40
|
|
2
テキスト修正
test
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
if (res == 4) {
|
28
28
|
|
29
|
-
throw
|
29
|
+
throw "four is found.";
|
30
30
|
|
31
31
|
}
|
32
32
|
|
1
テキスト修正
test
CHANGED
@@ -122,7 +122,7 @@
|
|
122
122
|
|
123
123
|
|
124
124
|
|
125
|
-
- [Array.forEachでbreak出来ないぐぬぬってなったらArray.som](https://qiita.com/suntokaede/items/4c1cbc263b4b08cecea5) - suntokaedeさん
|
125
|
+
- [Array.forEachでbreak出来ないぐぬぬってなったらArray.some](https://qiita.com/suntokaede/items/4c1cbc263b4b08cecea5) - suntokaedeさん
|
126
126
|
|
127
127
|
|
128
128
|
|