Skip to content

Commit e680b40

Browse files
committed
Deleted unused image
1 parent 0933a01 commit e680b40

File tree

2 files changed

+0
-83
lines changed

2 files changed

+0
-83
lines changed

docs/2-browser-apps/04-anonymous-function/anonymous-function.drawio.svg

Lines changed: 0 additions & 82 deletions
This file was deleted.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ document.write(stars); // ★★★,★★★★★,★
112112
const stars = rates.map((rate) => "".repeat(rate));
113113
```
114114

115-
![値の種類](./anonymous-function.drawio.svg)
116115
![アロー関数の省略形](./arrow-function-abbreviation.png)
117116

118117
## 課題

0 commit comments

Comments
 (0)