Skip to content

Commit 2d21d3e

Browse files
committed
update
1 parent e5708eb commit 2d21d3e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

_site/0-book/unit-5/section-3/1-map.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When you call `map`, a **Dependency** is registered internally between the two `
3535

3636
The dependency created by `map` is **Static**. Once you define the relationship `labels = numbers.map(...)`, the rule itself—the transformation of the value—does not change later.
3737

38-
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1752494846714.png)
38+
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1752515316058.png)
3939

4040
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1745662189198.png)
4141

@@ -86,7 +86,7 @@ console.log(labels.at(Now)); // "Score: 100"
8686

8787
`map`が作る依存関係は**静的 (Static)** です。一度`labels = numbers.map(...)`という関係を定義したら、`numbers``labels`の間の「値を変換する」というルールそのものが後から変わることはありません。
8888

89-
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1752494846714.png)
89+
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1752515316058.png)
9090

9191
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1745662189198.png)
9292

src/content/docs/en/book/unit-5/section-3/1-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When you call `map`, a **Dependency** is registered internally between the two `
3838

3939
The dependency created by `map` is **Static**. Once you define the relationship `labels = numbers.map(...)`, the rule itself—the transformation of the value—does not change later.
4040

41-
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1752494846714.png)
41+
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1752515316058.png)
4242

4343
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1745662189198.png)
4444

src/content/docs/ja/book/unit-5/section-3/1-map.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ console.log(labels.at(Now)); // "Score: 100"
3636

3737
`map`が作る依存関係は**静的 (Static)** です。一度`labels = numbers.map(...)`という関係を定義したら、`numbers``labels`の間の「値を変換する」というルールそのものが後から変わることはありません。
3838

39-
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1752494846714.png)
39+
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1752515316058.png)
4040

4141
![image](https://raw.githubusercontent.com/ken-okabe/web-images5/main/img_1745662189198.png)
4242

0 commit comments

Comments
 (0)