We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3523b0f commit b659acbCopy full SHA for b659acb
source/cheetsheet/README.md
@@ -117,8 +117,8 @@ JavaScriptの言語機能に関するチートシートです。
117
|---------|-------------|-------------|
118
| `"xxx"` | ダブルクォートの**文字列リテラル**。改行などは`\`と特定の文字を組み合わせたエスケープシーケンスとして表現します。 | [文字列][] |
119
| `'xxx'` | シングルクォートの**文字列リテラル**。`"xxx"`と意味は同じ。 | [文字列][] |
120
-| <code>`xxx`</code> | [ES2015] テンプレート文字列リテラル。改行を含んだ入力が可能 | [文字列][] |
121
-| <i class="s4"></i> <code>`${x}`</code> | [ES2015] テンプレート文字列リテラル中の変数`x`の値を展開する | [文字列][] |
+| `` `xxx` `` | [ES2015] テンプレート文字列リテラル。改行を含んだ入力が可能 | [文字列][] |
+| <i class="s4"></i> `` `${x}` `` | [ES2015] テンプレート文字列リテラル中の変数`x`の値を展開する | [文字列][] |
122
123
### データアクセス {#data-access}
124
0 commit comments