Skip to content

Commit 30b7d14

Browse files
committed
少しだけフリガナをつける
1 parent f70fc18 commit 30b7d14

42 files changed

Lines changed: 71 additions & 51 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/01_00_JavaScriptを始める前に.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ee31730e.js";
38+
window.path_to_searchindex_js = "searchindex-4726fa95.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-8186ac84.js"></script>
@@ -175,7 +175,7 @@ <h1 class="menu-title">留学生のためのJavaScript学習ガイド</h1>
175175
<div id="mdbook-content" class="content">
176176
<main>
177177
<h1 id="javascriptを始める前に"><a class="header" href="#javascriptを始める前に">JavaScriptを始める前に</a></h1>
178-
<p><strong>留学生のためのJavaScript学習ガイド:Webを動かす魔法を学ぼう</strong></p>
178+
<p><strong>留学生のためのJavaScript学習ガイド:Webを動かす魔法(まほう)を学ぼう</strong></p>
179179
<p>留学生(りゅうがくせい)のみなさん、こんにちは!プログラミングの世界へようこそ。</p>
180180
<p>みなさんが毎日使っているスマートフォンやパソコンの画面。ボタンを押すとメニューが出てきたり、地図が動いたりしますね。これはすべて「JavaScript(ジャバスクリプト)」という言葉が命令(めいれい)を出して動かしています。</p>
181181
<p>このガイドでは、自分でWebページを動かせるようになるための基礎(きそ)をやさしく解説します。それがJavaScriptの基本だからです。</p>
@@ -204,13 +204,13 @@ <h3 id="2-ウェブサイトが表示されるまでの4つのステップ"><a c
204204
<li><strong>リクエスト(注文):</strong>
205205
あなたが「このページを見たい!」とURLをクリックします。これは図書館のスタッフに「あの本を貸してください」と頼むのと同じです。</li>
206206
<li><strong>住所の確認(DNS):</strong>
207-
インターネットの世界では、<code>google.com</code>のような名前ではなく、数字の住所(IPアドレス)で場所を探します。</li>
207+
インターネットの世界では、<code>google.com</code>のような名前ではなく、数字の住所(IPアドレス 例えば、“142.251.223.46” みたいな)で場所を探します。</li>
208208
<li><strong>レスポンス(返事):</strong>
209209
サーバがあなたのリクエストを受けて、HTMLなどのデータをあなたのブラウザに送り返します。「はい、どうぞ!」と本を渡してくれるイメージです。</li>
210210
<li><strong>レンダリング(組み立て):</strong>
211211
ブラウザが、届いたHTMLデータを読み取って、きれいなデザインに組み立てて表示します。</li>
212212
</ol>
213-
<h3 id="3-wwwで使われる魔法の言葉"><a class="header" href="#3-wwwで使われる魔法の言葉">3. WWWで使われる「魔法の言葉</a></h3>
213+
<h3 id="3-wwwで使われる魔法まほうの言葉"><a class="header" href="#3-wwwで使われる魔法まほうの言葉">3. WWWで使われる「魔法(まほう)の言葉</a></h3>
214214
<p>ウェブの世界には、共通のルール(プロトコル)があります。</p>
215215
<ul>
216216
<li><strong>HTTP / HTTPS:</strong>

docs/01_01_HTML.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ee31730e.js";
38+
window.path_to_searchindex_js = "searchindex-4726fa95.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-8186ac84.js"></script>

docs/01_02_CSS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ee31730e.js";
38+
window.path_to_searchindex_js = "searchindex-4726fa95.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-8186ac84.js"></script>

docs/02_00_はじめてのJavaScript.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ee31730e.js";
38+
window.path_to_searchindex_js = "searchindex-4726fa95.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-8186ac84.js"></script>

docs/02_01_変数.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ee31730e.js";
38+
window.path_to_searchindex_js = "searchindex-4726fa95.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-8186ac84.js"></script>

docs/02_02_演算子.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ee31730e.js";
38+
window.path_to_searchindex_js = "searchindex-4726fa95.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-8186ac84.js"></script>

docs/02_03_制御文.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ee31730e.js";
38+
window.path_to_searchindex_js = "searchindex-4726fa95.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-8186ac84.js"></script>

docs/02_04_関数.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ee31730e.js";
38+
window.path_to_searchindex_js = "searchindex-4726fa95.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-8186ac84.js"></script>

docs/03_00_ブラウザのオブジェクト.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ee31730e.js";
38+
window.path_to_searchindex_js = "searchindex-4726fa95.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-8186ac84.js"></script>

docs/03_01_オブジェクトの中を見てみよう.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-ee31730e.js";
38+
window.path_to_searchindex_js = "searchindex-4726fa95.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-8186ac84.js"></script>

0 commit comments

Comments
 (0)