回答編集履歴
2
同じくミスを修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[String.prototype.includes()](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/String/includes)は
|
1
|
+
[String.prototype.includes()](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/String/includes)はsearchString(検索文字列)を1つしか受け入れません。
|
2
2
|
|
3
3
|
|
4
4
|
|
1
文章とリンクにミスが有ったので修正
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
[
|
1
|
+
[String.prototype.includes()](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/String/includes)はvalueToFind(検索する値)を1つしか受け入れません。
|
2
2
|
|
3
3
|
|
4
4
|
|