Skip to content

Commit e1f8c70

Browse files
committed
数当てゲームのHTMLを追加
1 parent c1dafd2 commit e1f8c70

40 files changed

Lines changed: 382 additions & 39 deletions

JavaScript_new.code-workspace

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"folders": [
33
{
44
"path": "."
5+
},
6+
{
7+
"path": "../JavaScript/mdn/learning-area"
58
}
69
],
7-
"settings": {}
10+
"settings": {
11+
"liveServer.settings.multiRootWorkspaceName": "JavaScript_new"
12+
}
813
}

docs/01_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-64f2fd54.js";
38+
window.path_to_searchindex_js = "searchindex-ae61603a.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-bc46d24f.js"></script>

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-64f2fd54.js";
38+
window.path_to_searchindex_js = "searchindex-ae61603a.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-bc46d24f.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-64f2fd54.js";
38+
window.path_to_searchindex_js = "searchindex-ae61603a.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-bc46d24f.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-64f2fd54.js";
38+
window.path_to_searchindex_js = "searchindex-ae61603a.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-bc46d24f.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-64f2fd54.js";
38+
window.path_to_searchindex_js = "searchindex-ae61603a.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-bc46d24f.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-64f2fd54.js";
38+
window.path_to_searchindex_js = "searchindex-ae61603a.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-bc46d24f.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-64f2fd54.js";
38+
window.path_to_searchindex_js = "searchindex-ae61603a.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-bc46d24f.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-64f2fd54.js";
38+
window.path_to_searchindex_js = "searchindex-ae61603a.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-bc46d24f.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-64f2fd54.js";
38+
window.path_to_searchindex_js = "searchindex-ae61603a.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
4141
<script src="toc-bc46d24f.js"></script>

0 commit comments

Comments
 (0)