We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8469084 commit afaa34cCopy full SHA for afaa34c
1 file changed
docs/1-trial-session/10-loop/index.mdx
@@ -146,7 +146,6 @@ for (let x = 0; x < 5; x += 1) {
146
}
147
```
148
149
-
150
:::tip[テンプレートリテラル]
151
152
テンプレートリテラルは、文字列をプログラム中に記述する方法の一種です。ただ、文字列中に別の式を埋め込めるという特徴があります。
0 commit comments