Skip to content

Commit

Permalink
07-08 png _ja added modification
Browse files Browse the repository at this point in the history
  • Loading branch information
PolymetisOutis committed Jun 24, 2024
1 parent 5bfdfdf commit 8174edb
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions Languages/ja/07_Mapping_ja/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@

- `Mapping.sol`をデプロイする

![7-1_en](./img/7-1_en.png)
![7-1_ja](./img/7-1_ja.png)

- マッピングである`idToAddress`の初期値をチェックする

![7-2_en](./img/7-2_en.png)
![7-2_ja](./img/7-2_ja.png)

- 新たらしいキーと値の組み合わせを書き込む

![7-3_en](./img/7-3_en.png)
![7-3_ja](./img/7-3_ja.png)



Expand Down
4 changes: 2 additions & 2 deletions Languages/ja/08_InitialValue_ja/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ Solidityにおいて、宣言されているが代入されていない変数に

- `InitialValue.sol`をデプロイして様々な型の初期値をチェックしてみましょう

![](./img/8-1_en.jpg)
![](./img/8-1_ja.jpg)

- `delete`演算子を使用した後で、変数の値は初期値にリセットされます。

![](./img/8-2_en.jpg)
![](./img/8-2_ja.jpg)

## Summary

Expand Down

0 comments on commit 8174edb

Please sign in to comment.