Skip to content

Commit f70fc18

Browse files
committed
MathとRegExpを入れ替えて構成変更
1 parent 0f4dce2 commit f70fc18

45 files changed

Lines changed: 565 additions & 1148 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: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-b133056f.js";
38+
window.path_to_searchindex_js = "searchindex-ee31730e.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
41-
<script src="toc-768ab124.js"></script>
41+
<script src="toc-8186ac84.js"></script>
4242
</head>
4343
<body>
4444
<div id="mdbook-help-container">
@@ -354,22 +354,6 @@ <h2 id="まとめ-1"><a class="header" href="#まとめ-1">まとめ</a></h2>
354354
<template id=fa-play><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg></span></template>
355355
<template id=fa-clock-rotate-left><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"/></svg></span></template>
356356

357-
<!-- Livereload script (if served using the cli tool) -->
358-
<script>
359-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
360-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
361-
const socket = new WebSocket(wsAddress);
362-
socket.onmessage = function (event) {
363-
if (event.data === "reload") {
364-
socket.close();
365-
location.reload();
366-
}
367-
};
368-
369-
window.onbeforeunload = function() {
370-
socket.close();
371-
}
372-
</script>
373357

374358

375359
<script>

docs/01_01_HTML.html

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-b133056f.js";
38+
window.path_to_searchindex_js = "searchindex-ee31730e.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
41-
<script src="toc-768ab124.js"></script>
41+
<script src="toc-8186ac84.js"></script>
4242
</head>
4343
<body>
4444
<div id="mdbook-help-container">
@@ -501,22 +501,6 @@ <h2 id="6-まとめ"><a class="header" href="#6-まとめ">6. まとめ</a></h2>
501501
<template id=fa-play><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg></span></template>
502502
<template id=fa-clock-rotate-left><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"/></svg></span></template>
503503

504-
<!-- Livereload script (if served using the cli tool) -->
505-
<script>
506-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
507-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
508-
const socket = new WebSocket(wsAddress);
509-
socket.onmessage = function (event) {
510-
if (event.data === "reload") {
511-
socket.close();
512-
location.reload();
513-
}
514-
};
515-
516-
window.onbeforeunload = function() {
517-
socket.close();
518-
}
519-
</script>
520504

521505

522506
<script>

docs/01_02_CSS.html

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-b133056f.js";
38+
window.path_to_searchindex_js = "searchindex-ee31730e.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
41-
<script src="toc-768ab124.js"></script>
41+
<script src="toc-8186ac84.js"></script>
4242
</head>
4343
<body>
4444
<div id="mdbook-help-container">
@@ -370,22 +370,6 @@ <h2 id="vi-css基礎のまとめ"><a class="header" href="#vi-css基礎のまと
370370
<template id=fa-play><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg></span></template>
371371
<template id=fa-clock-rotate-left><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"/></svg></span></template>
372372

373-
<!-- Livereload script (if served using the cli tool) -->
374-
<script>
375-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
376-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
377-
const socket = new WebSocket(wsAddress);
378-
socket.onmessage = function (event) {
379-
if (event.data === "reload") {
380-
socket.close();
381-
location.reload();
382-
}
383-
};
384-
385-
window.onbeforeunload = function() {
386-
socket.close();
387-
}
388-
</script>
389373

390374

391375
<script>

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

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-b133056f.js";
38+
window.path_to_searchindex_js = "searchindex-ee31730e.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
41-
<script src="toc-768ab124.js"></script>
41+
<script src="toc-8186ac84.js"></script>
4242
</head>
4343
<body>
4444
<div id="mdbook-help-container">
@@ -396,22 +396,6 @@ <h2 id="v-まとめjavascript学習のルールと習慣"><a class="header" href
396396
<template id=fa-play><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg></span></template>
397397
<template id=fa-clock-rotate-left><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"/></svg></span></template>
398398

399-
<!-- Livereload script (if served using the cli tool) -->
400-
<script>
401-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
402-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
403-
const socket = new WebSocket(wsAddress);
404-
socket.onmessage = function (event) {
405-
if (event.data === "reload") {
406-
socket.close();
407-
location.reload();
408-
}
409-
};
410-
411-
window.onbeforeunload = function() {
412-
socket.close();
413-
}
414-
</script>
415399

416400

417401
<script>

docs/02_01_変数.html

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-b133056f.js";
38+
window.path_to_searchindex_js = "searchindex-ee31730e.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
41-
<script src="toc-768ab124.js"></script>
41+
<script src="toc-8186ac84.js"></script>
4242
</head>
4343
<body>
4444
<div id="mdbook-help-container">
@@ -422,22 +422,6 @@ <h2 id="vii-まとめプログラミングの基礎を固める"><a class="heade
422422
<template id=fa-play><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg></span></template>
423423
<template id=fa-clock-rotate-left><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"/></svg></span></template>
424424

425-
<!-- Livereload script (if served using the cli tool) -->
426-
<script>
427-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
428-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
429-
const socket = new WebSocket(wsAddress);
430-
socket.onmessage = function (event) {
431-
if (event.data === "reload") {
432-
socket.close();
433-
location.reload();
434-
}
435-
};
436-
437-
window.onbeforeunload = function() {
438-
socket.close();
439-
}
440-
</script>
441425

442426

443427
<script>

docs/02_02_演算子.html

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-b133056f.js";
38+
window.path_to_searchindex_js = "searchindex-ee31730e.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
41-
<script src="toc-768ab124.js"></script>
41+
<script src="toc-8186ac84.js"></script>
4242
</head>
4343
<body>
4444
<div id="mdbook-help-container">
@@ -334,22 +334,6 @@ <h2 id="vi-まとめプログラミングの基礎を固める"><a class="header
334334
<template id=fa-play><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg></span></template>
335335
<template id=fa-clock-rotate-left><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"/></svg></span></template>
336336

337-
<!-- Livereload script (if served using the cli tool) -->
338-
<script>
339-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
340-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
341-
const socket = new WebSocket(wsAddress);
342-
socket.onmessage = function (event) {
343-
if (event.data === "reload") {
344-
socket.close();
345-
location.reload();
346-
}
347-
};
348-
349-
window.onbeforeunload = function() {
350-
socket.close();
351-
}
352-
</script>
353337

354338

355339
<script>

docs/02_03_制御文.html

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
const path_to_root = "";
3636
const default_light_theme = "light";
3737
const default_dark_theme = "navy";
38-
window.path_to_searchindex_js = "searchindex-b133056f.js";
38+
window.path_to_searchindex_js = "searchindex-ee31730e.js";
3939
</script>
4040
<!-- Start loading toc.js asap -->
41-
<script src="toc-768ab124.js"></script>
41+
<script src="toc-8186ac84.js"></script>
4242
</head>
4343
<body>
4444
<div id="mdbook-help-container">
@@ -385,22 +385,6 @@ <h2 id="viii-まとめと学習のアドバイス"><a class="header" href="#viii
385385
<template id=fa-play><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80V432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z"/></svg></span></template>
386386
<template id=fa-clock-rotate-left><span class=fa-svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z"/></svg></span></template>
387387

388-
<!-- Livereload script (if served using the cli tool) -->
389-
<script>
390-
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
391-
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
392-
const socket = new WebSocket(wsAddress);
393-
socket.onmessage = function (event) {
394-
if (event.data === "reload") {
395-
socket.close();
396-
location.reload();
397-
}
398-
};
399-
400-
window.onbeforeunload = function() {
401-
socket.close();
402-
}
403-
</script>
404388

405389

406390
<script>

0 commit comments

Comments
 (0)