Skip to content

Commit

Permalink
Update files/ja/learn/javascript/client-side_web_apis/client-side_sto…
Browse files Browse the repository at this point in the history
…rage/index.md

Co-authored-by: Hoarfroster <[email protected]>
  • Loading branch information
mfuji09 and PassionPenguin authored Aug 2, 2024
1 parent b6c3ffc commit f8b493f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ MDN 学習領域の他の場所で、[静的サイト](/ja/docs/Learn/Server-sid

例が完成しました。よくできましたね! 現時点で残っているのは、コードを保存して HTML ページをブラウザーでテストすることだけです。[ライブ実行される完成版をここで](https://mdn.github.io/learning-area/javascript/apis/client-side-storage/web-storage/personal-greeting.html)見られます。

> **メモ:** > [ウェブストレージ API の使用](/ja/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API)のところには、探究するにはほんの少しだけ更に複雑な別の例もあります。
> **メモ:** [ウェブストレージ API の使用](/ja/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API)のところには、探究するにはほんの少しだけ更に複雑な別の例もあります。
> [!NOTE]
> 完成版のソースのうち `<script src="index.js" defer></script>` という行では、`defer` 属性により、ページを読み込み終わるまでは {{htmlelement("script")}} 要素の中身を実行しないように指定しています。
Expand Down

0 comments on commit f8b493f

Please sign in to comment.