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 712457a commit e6ee068Copy full SHA for e6ee068
docs/2-browser-apps/04-anonymous-function/index.md
@@ -120,7 +120,7 @@ const stars = rates.map((rate) => "★".repeat(rate));
120
121
```javascript
122
const students = ["Hazel", "Dorian", "Scarlett", "Daisy"];
123
-/* HTML要素を取得し、学生の名前をリストアイテムとして表示*/
+// ここで HTML 要素を取得し、学生の名前をリストアイテムとして表示
124
```
125
126
:::info ヒント
0 commit comments