回答編集履歴
3
引数→対象
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
`+` 演算子は文字列を
|
17
|
+
`+` 演算子は文字列を対象にとる場合、**文字列結合**の処理を行います。
|
18
18
|
|
19
19
|
|
20
20
|
|
2
修正未適用バグに対処(本文に変更点がないと編集適用が不可能の為、余計な半角スペースを一つ追加)
test
CHANGED
@@ -38,4 +38,4 @@
|
|
38
38
|
|
39
39
|
|
40
40
|
|
41
|
-
Re: solashiro さん
|
41
|
+
Re: solashiro さん
|
1
markdown
test
CHANGED
@@ -4,7 +4,9 @@
|
|
4
4
|
|
5
5
|
シングルコーテーション、ダブルコーテーションで括られた文字列は**文字列リテラル**として扱います。
|
6
6
|
|
7
|
+
|
8
|
+
|
7
|
-
https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/String
|
9
|
+
- [String - JavaScript | MDN](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/String)
|
8
10
|
|
9
11
|
|
10
12
|
|
@@ -14,7 +16,9 @@
|
|
14
16
|
|
15
17
|
`+` 演算子は文字列を引数にとる場合、**文字列結合**の処理を行います。
|
16
18
|
|
19
|
+
|
20
|
+
|
17
|
-
https://developer.mozilla.org/ja/docs/Web/JavaScript/Guide/Expressions_and_Operators#String_operators
|
21
|
+
- [式と演算子 - JavaScript | MDN](https://developer.mozilla.org/ja/docs/Web/JavaScript/Guide/Expressions_and_Operators#String_operators)
|
18
22
|
|
19
23
|
|
20
24
|
|