We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2041797 commit c73e0aeCopy full SHA for c73e0ae
docs/2-browser-apps/04-anonymous-function/index.mdx
@@ -116,7 +116,7 @@ const pricesWithTax = pricesWithoutTax.map((price) => price * (1 + taxRate));
116
117
```javascript
118
const students = ["Hazel", "Dorian", "Scarlett", "Daisy"];
119
-// ここで HTML 要素を取得し、学生の名前をリストアイテムとして表示
+// ここで HTML 要素を取得し、学生の名前を箇条書きとして表示
120
```
121
122
:::info[ヒント]
0 commit comments