Skip to content

Commit e6ee068

Browse files
committed
Changed comment section
1 parent 712457a commit e6ee068

File tree

1 file changed

+1
-1
lines changed
  • docs/2-browser-apps/04-anonymous-function

1 file changed

+1
-1
lines changed

docs/2-browser-apps/04-anonymous-function/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const stars = rates.map((rate) => "★".repeat(rate));
120120

121121
```javascript
122122
const students = ["Hazel", "Dorian", "Scarlett", "Daisy"];
123-
/* HTML要素を取得し、学生の名前をリストアイテムとして表示*/
123+
// ここで HTML 要素を取得し、学生の名前をリストアイテムとして表示
124124
```
125125

126126
:::info ヒント

0 commit comments

Comments
 (0)