{"id":17376,"date":"2024-01-21T04:32:00","date_gmt":"2024-01-20T19:32:00","guid":{"rendered":"http:\/\/www.tyosuke20xx.com\/blog\/?p=17376"},"modified":"2024-01-21T04:32:01","modified_gmt":"2024-01-20T19:32:01","slug":"javascript-%e8%a4%87%e6%95%b0%e3%81%ae%e3%82%b9%e3%82%af%e3%83%aa%e3%83%97%e3%83%88%e3%82%92%e8%aa%ad%e3%81%bf%e3%81%93%e3%82%80","status":"publish","type":"post","link":"http:\/\/www.tyosuke20xx.com\/blog\/?p=17376","title":{"rendered":"Javascript \u8907\u6570\u306e\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u8aad\u307f\u3053\u3080"},"content":{"rendered":"\n<p>index.html<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism undefined-numbers lang-html\" data-lang=\"HTML\"><code>&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;ja&quot;&gt;\n&lt;head&gt;\n  &lt;meta charset=&quot;UTF-8&quot;&gt;\n  &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=edge&quot;&gt;\n  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n  &lt;title&gt;My JavaScript&lt;\/title&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n  &lt;script src=&quot;main.js&quot;&gt;&lt;\/script&gt;\n  &lt;script src=&quot;sub.js&quot;&gt;&lt;\/script&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre><\/div>\n\n\n\n<p>main.js<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism undefined-numbers lang-js\" data-lang=\"JavaScript\"><code>&#39;use strict&#39;;\r\n\r\n{\r\nlet x = 10;\r\nconsole.log(x);\r\n}\r\n<\/code><\/pre><\/div>\n\n\n\n<p>sub.js<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism undefined-numbers lang-js\" data-lang=\"JavaScript\"><code>&#39;use strict&#39;;\r\n\r\n{\r\nlet x = 20;\r\nconsole.log(x);\r\n}<\/code><\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>index.html main.js sub.js<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[78,4],"tags":[41,3],"class_list":["post-17376","post","type-post","status-publish","format-standard","hentry","category-javascript","category-programming","tag-javascript","tag-programming"],"aioseo_notices":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/17376","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=17376"}],"version-history":[{"count":1,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/17376\/revisions"}],"predecessor-version":[{"id":17377,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/17376\/revisions\/17377"}],"wp:attachment":[{"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=17376"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=17376"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.tyosuke20xx.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=17376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}