{"id":310,"date":"2026-05-17T05:28:41","date_gmt":"2026-05-16T21:28:41","guid":{"rendered":"https:\/\/junai.ai\/blog\/js-variables-let-const-3\/"},"modified":"2026-05-17T07:11:34","modified_gmt":"2026-05-16T23:11:34","slug":"js-variables-let-const-3","status":"publish","type":"post","link":"https:\/\/junai.ai\/blog\/js-variables-let-const-3\/","title":{"rendered":"\ubcc0\uc218\uc640 \uc0c1\uc218 \u2014 let\u00b7const\u00b7var (\uc785\ubb38 3\ud3b8)"},"content":{"rendered":"\n<!-- WordPress REST API \ubc1c\ud589\uc6a9 HTML (\uc790\ub3d9 \uc0dd\uc131) -->\n<!-- WP-FEATURED-MEDIA-ID: 529 -->\n<div style=\"max-width:800px;margin:0 auto;\">\n<style>\n\/* js-textbook \u2014 PostgreSQL \uad50\uc7ac \ub3d9\uc77c \ud314\ub808\ud2b8 *\/\n:root {\n  --color-primary: #336791;\n  --color-accent: #60a5fa;\n  --color-bg: #fafafa;\n  --color-bg-card: #ffffff;\n  --color-text: #1e293b;\n  --color-text-muted: #64748b;\n  --hero-start: #0f172a;\n  --hero-end: #336791;\n  --font-body: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', sans-serif;\n  --size-body: 17px;\n  --line-height: 1.75;\n}\n* { box-sizing: border-box; }\n.container { max-width: 760px; margin: 0 auto; padding: 0 22px 80px; }\n.hero { background: linear-gradient(135deg, var(--hero-start) 0%, var(--hero-end) 100%); color: #fff; padding: 72px 22px 56px; text-align: center; }\n.hero .badge { display: inline-block; background: rgba(96,165,250,0.18); color: var(--color-accent); padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 18px; }\n.hero h1 { margin: 0 0 18px; font-size: 36px; line-height: 1.3; letter-spacing: -0.3px; }\n.hero p.sub { margin: 0 auto; max-width: 580px; font-size: 17px; color: #bfdbfe; }\n.hero img { width: 100%; max-width: 720px; height: auto; margin: 36px auto 0; display: block; border-radius: 10px; box-shadow: 0 8px 32px rgba(0,0,0,0.3); }\n.meta { display: flex; gap: 14px; justify-content: center; margin-top: 20px; font-size: 13px; color: #93c5fd; flex-wrap: wrap; }\n.meta span::before { content: \"\u00b7\"; margin-right: 14px; color: #1e3a8a; }\n.meta span:first-child::before { content: \"\"; margin: 0; }\narticle { background: var(--color-bg-card); margin-top: -36px; padding: 44px 28px; border-radius: 14px; box-shadow: 0 2px 18px rgba(0,0,0,0.06); }\narticle p { margin: 0 0 18px; }\nh2 { font-size: 28px; line-height: 1.35; letter-spacing: -0.3px; margin: 48px 0 18px; padding-bottom: 10px; border-bottom: 2px solid var(--color-primary); }\nh2:first-of-type { margin-top: 8px; }\nh3 { font-size: 21px; line-height: 1.4; margin: 30px 0 12px; color: var(--color-primary); }\ncode { background: #f1f5f9; color: #0f172a; padding: 2px 6px; border-radius: 4px; font-family: 'SFMono-Regular', Menlo, Consolas, monospace; font-size: 0.92em; }\npre { background: #0f172a; color: #e2e8f0; padding: 18px 20px; border-radius: 10px; overflow-x: auto; font-size: 14.5px; line-height: 1.65; margin: 18px 0; }\npre code { background: transparent; color: inherit; padding: 0; }\nul, ol { margin: 0 0 18px; padding-left: 24px; }\nli { margin-bottom: 8px; }\nstrong { color: #0f172a; }\n.databox { background: #eff6ff; border-left: 4px solid var(--color-primary); padding: 18px 20px; border-radius: 6px; margin: 22px 0; }\n.databox p { margin: 0 0 8px; }\n.databox p:last-child { margin: 0; }\n.databox strong { color: var(--color-primary); }\n.warnbox { background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-left: 4px solid #d97706; padding: 18px 20px; border-radius: 6px; margin: 22px 0; }\n.warnbox strong { color: #92400e; }\n.tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 22px 0; }\ntable { width: 100%; border-collapse: collapse; font-size: 15px; background: var(--color-bg-card); }\nth, td { padding: 11px 12px; text-align: left; border-bottom: 1px solid #e2e8f0; vertical-align: top; }\nth { background: #f1f5f9; font-weight: 700; color: #0f172a; }\ntd:first-child, th:first-child { font-weight: 700; }\n.cta { background: linear-gradient(135deg, #336791 0%, #60a5fa 100%); color: #fff; padding: 30px 24px; border-radius: 12px; margin-top: 44px; text-align: center; }\n.cta h3 { color: #fff; margin: 0 0 10px; }\n.cta p { margin: 0; color: #dbeafe; }\n.series-nav { background: #eff6ff; padding: 18px 22px; border-radius: 10px; margin-top: 24px; font-size: 14.5px; color: var(--color-text-muted); }\n.series-nav strong { color: var(--color-primary); }\n@media (max-width: 480px) {\n  .hero { padding: 52px 18px 44px; }\n  .hero h1 { font-size: 26px; }\n  .hero p.sub { font-size: 15px; }\n  article { padding: 28px 18px; border-radius: 10px; }\n  h2 { font-size: 22px; }\n  h3 { font-size: 18px; }\npre { font-size: 13px; padding: 14px 16px; }\n}\n@media (max-width: 560px) {\n  .tablewrap table, .tablewrap thead, .tablewrap tbody, .tablewrap tr, .tablewrap th, .tablewrap td { display: block; width: auto; }\n  .tablewrap thead { display: none; }\n  .tablewrap tr { margin: 0 0 14px; border: 1px solid #e2e8f0; border-radius: 10px; overflow: hidden; }\n  .tablewrap td { border: none; border-bottom: 1px solid #f1f5f9; padding: 9px 14px; }\n  .tablewrap td:first-child { background: #eff6ff; font-weight: 800; font-size: 15.5px; }\n  .tablewrap td:last-child { border-bottom: none; }\n  .tablewrap td[data-label]::before { content: attr(data-label) \" \u2014 \"; font-weight: 700; color: var(--color-primary); }\n}\n<\/style>\n<header class=\"hero\">\n  <span class=\"badge\">\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \uad50\uc7ac \u00b7 3\ud3b8 \/ 26\ud3b8<\/span>\n  <h1>\ubcc0\uc218\uc640 \uc0c1\uc218 \u2014 let\u00b7const\u00b7var<\/h1>\n  <p class=\"sub\">\uc138 \uac00\uc9c0\uac00 \uc5b4\ub5bb\uac8c \ub2e4\ub978\uc9c0, \uadf8\ub9ac\uace0 \uc65c const \ubd80\ud130 \uc190\uc774 \uac00\uc57c \ud558\ub294\uc9c0.<\/p>\n  <div class=\"meta\"><span>\uc785\ubb38<\/span><span>\uc77d\ub294 \uc2dc\uac04 6\ubd84<\/span><span>2026-05-16<\/span><\/div>\n  <img decoding=\"async\" src=\"https:\/\/junai.ai\/blog\/wp-content\/uploads\/2026\/05\/hero-174.jpg\" alt=\"let\u00b7const\u00b7var \uc138 \ubc15\uc2a4\uac00 \uc2a4\ucf54\ud504\uc640 \ud638\uc774\uc2a4\ud305\uc758 \ucc28\uc774\ub97c \ub3c4\uc2dd\uc73c\ub85c \ubcf4\uc5ec\uc8fc\ub294 \uadf8\ub9bc\">\n<\/header>\n\n<div class=\"container\">\n<article>\n\n<p>JS \uc5d0\uc11c \uac12\uc744 \ub2f4\ub294 \uadf8\ub987\uc740 \uc138 \uac00\uc9c0\uc785\ub2c8\ub2e4 \u2014 <code>let<\/code>\u00b7<code>const<\/code>\u00b7<code>var<\/code>. \ubaa8\ub450 \uac19\uc740 \uc77c\uc744 \ud558\ub294 \uac83 \uac19\uc9c0\ub9cc \uc2a4\ucf54\ud504(\ubc94\uc704), \ud638\uc774\uc2a4\ud305, \uc7ac\ud560\ub2f9 \uac00\ub2a5 \uc5ec\ubd80\uc5d0\uc11c \ubaa8\ub450 \ub2e4\ub985\ub2c8\ub2e4. \uacb0\ub860\ubd80\ud130: <strong>const \uac00 \uae30\ubcf8, \ubc14\uafd4\uc57c \ud558\uba74 let, var \ub294 \uc4f0\uc9c0 \uc54a\ub294\ub2e4.<\/strong> \uadf8 \uc774\uc720\ub97c \ucc28\uadfc\ucc28\uadfc \ubd05\ub2c8\ub2e4.<\/p>\n\n<h2>\ud55c \uc904 \ucc28\uc774 \u2014 \ud55c \ud45c\ub85c<\/h2>\n\n<div class=\"tablewrap\">\n<table>\n  <thead>\n    <tr><th>\ud0a4\uc6cc\ub4dc<\/th><th>\uc7ac\ud560\ub2f9<\/th><th>\uc2a4\ucf54\ud504<\/th><th>\ud638\uc774\uc2a4\ud305<\/th><th>\uc911\ubcf5 \uc120\uc5b8<\/th><\/tr>\n  <\/thead>\n  <tbody>\n    <tr><td data-label=\"\ud0a4\uc6cc\ub4dc\">const<\/td><td data-label=\"\uc7ac\ud560\ub2f9\">\u274c<\/td><td data-label=\"\uc2a4\ucf54\ud504\">\ube14\ub85d { }<\/td><td data-label=\"\ud638\uc774\uc2a4\ud305\">TDZ (\uc0ac\uc6a9 \ubd88\uac00)<\/td><td data-label=\"\uc911\ubcf5\">\u274c<\/td><\/tr>\n    <tr><td data-label=\"\ud0a4\uc6cc\ub4dc\">let<\/td><td data-label=\"\uc7ac\ud560\ub2f9\">\u2705<\/td><td data-label=\"\uc2a4\ucf54\ud504\">\ube14\ub85d { }<\/td><td data-label=\"\ud638\uc774\uc2a4\ud305\">TDZ (\uc0ac\uc6a9 \ubd88\uac00)<\/td><td data-label=\"\uc911\ubcf5\">\u274c<\/td><\/tr>\n    <tr><td data-label=\"\ud0a4\uc6cc\ub4dc\">var<\/td><td data-label=\"\uc7ac\ud560\ub2f9\">\u2705<\/td><td data-label=\"\uc2a4\ucf54\ud504\">\ud568\uc218<\/td><td data-label=\"\ud638\uc774\uc2a4\ud305\">undefined \ub85c \ub04c\uc5b4\uc62c\ub9bc<\/td><td data-label=\"\uc911\ubcf5\">\u2705 (\uac00\ub2a5)<\/td><\/tr>\n  <\/tbody>\n<\/table>\n<\/div>\n\n<h2>const \u2014 \ud55c \ubc88 \uc815\ud55c \uac12\uc740 \uc548 \ubc14\uafb8\uaca0\ub2e4<\/h2>\n\n<pre><code>const PI = 3.14;\nPI = 3.15;        \/\/ \u274c TypeError: Assignment to constant variable.\n\nconst user = { name: \"\uc900\uc131\" };\nuser.name = \"\uc900\uc11d\";   \/\/ \u2705 \uc774\uac74 OK\nuser = { name: \"X\" }; \/\/ \u274c \uc7ac\ud560\ub2f9\uc740 \uc548 \ub428<\/code><\/pre>\n\n<div class=\"databox\">\n  <p><strong>&#8220;const \ub294 \uac12\uc774 \ubc14\ub00c\uc9c0 \uc54a\ub294\ub2e4&#8221; \uac00 \uc544\ub2c8\ub2e4.<\/strong> \uc815\ud655\ud788\ub294 <strong>&#8220;\ubc14\uc778\ub529(\ubcc0\uc218\uac00 \uac00\ub9ac\ud0a4\ub294 \uacf3)\uc774 \ubc14\ub00c\uc9c0 \uc54a\ub294\ub2e4&#8221;<\/strong>. \uadf8\ub798\uc11c \uac1d\uccb4\uc758 \uc18d\uc131\uc740 \ubc14\uafc0 \uc218 \uc788\uc2b5\ub2c8\ub2e4 \u2014 \uac00\ub9ac\ud0a4\ub294 \uac1d\uccb4 \uc790\uccb4\ub294 \uac19\uc73c\ub2c8\uae4c\uc694. \uac1d\uccb4 \ud1b5\uc9f8\ub85c \ub9c9\uace0 \uc2f6\uc73c\uba74 <code>Object.freeze()<\/code> \ub97c \uc501\ub2c8\ub2e4.<\/p>\n<\/div>\n\n<h2>let \u2014 \ubc14\uafc0 \ubcc0\uc218\uc5d0\ub9cc<\/h2>\n\n<pre><code>let count = 0;\ncount = count + 1;   \/\/ \u2705\ncount += 1;          \/\/ \u2705 (\uac19\uc74c)\n\n\/\/ \ubc18\ubcf5\ubb38\uc5d0\uc11c\nfor (let i = 0; i &lt; 3; i++) {\n  console.log(i);    \/\/ 0, 1, 2\n}\nconsole.log(i);      \/\/ \u274c i is not defined \u2014 for \ube14\ub85d \ubc16\uc774\ub77c \ubabb \ubd04<\/code><\/pre>\n\n<p>let \uc740 <strong>\ube14\ub85d \uc2a4\ucf54\ud504<\/strong>\uc785\ub2c8\ub2e4. <code>{ }<\/code> \uc548\uc5d0\uc11c \uc120\uc5b8\ud558\uba74 \uadf8 \uc548\uc5d0\uc11c\ub9cc \uc0b4\uc544 \uc788\uace0, \ubc16\uc73c\ub85c \uc0c8\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774\uac8c &#8220;\ud604\ub300 JS&#8221; \uc758 \uc815\uc0c1\uc801\uc778 \ubaa8\uc2b5\uc785\ub2c8\ub2e4.<\/p>\n\n<h2>var \u2014 \uc65c \uc4f0\uc9c0 \ub9d0\uc544\uc57c \ud558\ub098<\/h2>\n\n<pre><code>\/\/ 1. \ud568\uc218 \uc2a4\ucf54\ud504 \u2014 \ube14\ub85d\uc744 \ubb34\uc2dc\nfunction demo() {\n  if (true) {\n    var x = 10;\n  }\n  console.log(x);    \/\/ 10 \u2190 if \ubc16\uc5d0\uc11c\ub3c4 \uc0b4\uc544 \uc788\uc74c!\n}\n\n\/\/ 2. \ud638\uc774\uc2a4\ud305\uc774 undefined \ub85c \ub04c\uc5b4\uc62c\ub9bc\nconsole.log(y);      \/\/ undefined \u2190 \uc5d0\ub7ec\ub3c4 \uc548 \ub0a8, \ub354 \uc704\ud5d8\nvar y = 5;\n\n\/\/ 3. \uac19\uc740 \uc774\ub984\uc73c\ub85c \uc911\ubcf5 \uc120\uc5b8\uc774 \uac00\ub2a5\nvar name = \"\uc900\uc131\";\nvar name = \"\uc900\uc11d\";   \/\/ \u2705 \ud1b5\uacfc \u2014 \uc624\ud0c0\ub85c \uba40\uca61\ud55c \ubcc0\uc218\ub97c \ub36e\uc5b4\uc4f0\uae30 \uc26c\uc6c0<\/code><\/pre>\n\n<p>\uc138 \uac00\uc9c0 \ubaa8\ub450 <strong>&#8220;\uc758\ub3c4 \uc548 \ud55c \ubc84\uadf8\ub97c \ud0a4\uc6b0\ub294&#8221; \ubc29\ud5a5<\/strong>\uc785\ub2c8\ub2e4. const\/let \uc740 \uc774 \uc138 \uac00\uc9c0\ub97c \ubaa8\ub450 \ub9c9\uc544\uc90d\ub2c8\ub2e4. \uadf8\ub798\uc11c 2015\ub144(ES6) \uc774\ud6c4 var \ub294 \uc0ac\uc2e4\uc0c1 \ud3d0\uae30 \u2014 \uc0c8 \ucf54\ub4dc\uc5d0 \uc4f8 \uc774\uc720\uac00 \uc5c6\uc2b5\ub2c8\ub2e4.<\/p>\n\n<h2>TDZ \u2014 let\/const \uc758 &#8220;\uc0ac\uc6a9 \uae08\uc9c0 \uad6c\uc5ed&#8221;<\/h2>\n\n<p>let\u00b7const \ub3c4 \ud638\uc774\uc2a4\ud305\uc740 \ub429\ub2c8\ub2e4. \ub2e4\ub9cc <strong>\uc120\uc5b8 \uc904 \uc804\uae4c\uc9c0\ub294 &#8220;\uac74\ub4dc\ub9ac\uba74 \uc8fd\uc74c&#8221; \uad6c\uc5ed<\/strong>\uc785\ub2c8\ub2e4. \uc774\uac78 <strong>TDZ(Temporal Dead Zone)<\/strong> \ub77c\uace0 \ubd80\ub985\ub2c8\ub2e4.<\/p>\n\n<pre><code>console.log(a);   \/\/ \u274c ReferenceError: Cannot access 'a' before initialization\nlet a = 5;\n\n\/\/ vs var\nconsole.log(b);   \/\/ undefined (\uc5d0\ub7ec X)\nvar b = 5;<\/code><\/pre>\n\n<p>TDZ \ub294 \ucc98\uc74c\uc5d0\ub294 \uc9dc\uc99d\ub098\uc9c0\ub9cc, \uc0ac\uc2e4 <strong>&#8220;\uc120\uc5b8 \uc804\uc5d0 \ubcc0\uc218\ub97c \uc4f0\ub294 \uac83&#8221;<\/strong> \uc790\uccb4\ub97c \ub9c9\uc544\uc8fc\ub294 \uc548\uc804\uc7a5\uce58\uc785\ub2c8\ub2e4. \uc774\ub7f0 \ucf54\ub4dc\ub97c \ucef4\ud30c\uc77c \uc2dc\uc810\uc5d0 \ubc1c\uacac\ud560 \uc218 \uc788\uac8c \ub429\ub2c8\ub2e4.<\/p>\n\n<h2>\ub124\uc774\ubc0d \ucee8\ubca4\uc158 \u2014 \uc5b4\ub5bb\uac8c \uc774\ub984 \uc9d3\ub098<\/h2>\n\n<ul>\n  <li><strong>camelCase<\/strong> \u2014 JS \ud45c\uc900. <code>userName<\/code>, <code>totalScore<\/code>, <code>isAdmin<\/code><\/li>\n  <li><strong>UPPER_SNAKE_CASE<\/strong> \u2014 \uc808\ub300 \uc548 \ubc14\ub00c\ub294 \uc0c1\uc218. <code>const MAX_RETRY = 3<\/code><\/li>\n  <li><strong>PascalCase<\/strong> \u2014 \uc0dd\uc131\uc790 \ud568\uc218\u00b7\ud074\ub798\uc2a4\ub9cc. <code>class User { }<\/code><\/li>\n  <li><strong>_underscore<\/strong> \u2014 &#8220;\ub0b4\ubd80 \uc804\uc6a9&#8221; \ud45c\uc2dc (\uad00\uc2b5\uc77c \ubfd0, \uc9c4\uc9dc \ube44\uacf5\uac1c\ub294 #private \ud544\ub4dc 23\ud3b8)<\/li>\n  <li><strong>\ud53c\ud558\uae30<\/strong> \u2014 \ud55c \uae00\uc790(<code>a, b<\/code>), \uc22b\uc790 \uc2dc\uc791(<code>1user<\/code>), \uc608\uc57d\uc5b4(<code>class<\/code>, <code>function<\/code>)<\/li>\n<\/ul>\n\n<div class=\"warnbox\">\n  <p><strong>\uae30\uc5b5\ud560 \ud55c \uc904.<\/strong> <strong>&#8220;const \uac00 \uae30\ubcf8, \ubc14\uafd4\uc57c \ud558\uba74 let, var \ub294 \uc0ac\uc6a9 \uae08\uc9c0.&#8221;<\/strong> \uc774 \ud55c \uc904\ub9cc \uc9c0\ucf1c\ub3c4 \ubcc0\uc218 \uad00\ub828 \ubc84\uadf8\uc758 90% \uac00 \uc0ac\ub77c\uc9d1\ub2c8\ub2e4. ESLint \uc758 <code>prefer-const<\/code>\u00b7<code>no-var<\/code> \uaddc\uce59\uc774 \uc774\ub97c \uc790\ub3d9\uc73c\ub85c \uac15\uc81c\ud574 \uc90d\ub2c8\ub2e4.<\/p>\n<\/div>\n\n<div class=\"cta\">\n  <h3>4\ud3b8 \u2014 JS \uc790\ub8cc\ud615 7\uac00\uc9c0<\/h3>\n  <p>number\u00b7string\u00b7boolean\u00b7null\u00b7undefined\u00b7symbol\u00b7bigint \u2014 \uac01 \ud0c0\uc785\uc758 \ud2b9\uc9d5\uacfc typeof \ub85c \ud655\uc778\ud558\ub294 \ubc95.<\/p>\n<\/div>\n\n<div class=\"series-nav\">\n  <strong>\ud83d\udcda \uc27d\uac8c \ubc30\uc6b0\ub294 \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \uad50\uc7ac<\/strong><br>\n  \uc774\uc804: 2\ud3b8 \uccab \ud504\ub85c\uadf8\ub7a8 \u00b7 \ud604\uc7ac: <strong>3\ud3b8 (\uc785\ubb38)<\/strong> \u00b7 \ub2e4\uc74c \u2192 4\ud3b8 \uc790\ub8cc\ud615 \u00b7 \uc9c4\ud589: <strong>3\/26<\/strong>\n<\/div>\n\n<\/article>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>let\u00b7const\u00b7var \ucc28\uc774, \uc2a4\ucf54\ud504\u00b7\ud638\uc774\uc2a4\ud305\u00b7TDZ, \uc65c var \ub294 \uc4f0\uba74 \uc548 \ub418\ub294\uc9c0. 26\ud3b8 \uad50\uc7ac 3\ud3b8.<\/p>\n","protected":false},"author":1,"featured_media":529,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[],"class_list":["post-310","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript-basic"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts\/310","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/comments?post=310"}],"version-history":[{"count":3,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts\/310\/revisions"}],"predecessor-version":[{"id":555,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/posts\/310\/revisions\/555"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/media\/529"}],"wp:attachment":[{"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/media?parent=310"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/categories?post=310"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/junai.ai\/blog\/wp-json\/wp\/v2\/tags?post=310"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}