{"id":363,"date":"2026-06-26T13:34:52","date_gmt":"2026-06-26T13:34:52","guid":{"rendered":"https:\/\/aabbee.cafe24.com\/?p=363"},"modified":"2026-06-26T14:02:46","modified_gmt":"2026-06-26T14:02:46","slug":"2-%ec%9e%90%eb%b0%94%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8-%ec%bd%94%eb%93%9c-%ec%8b%a4%ed%96%89-%ea%b3%bc%ec%a0%95-%eb%b0%8f-%ec%9a%a9%ec%96%b4%ec%a0%95%eb%a6%ac","status":"publish","type":"post","link":"https:\/\/coalacoding.com\/?p=363","title":{"rendered":"2-\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8-\ucf54\ub4dc-\uc2e4\ud589-\uacfc\uc815-\ubc0f-\uc6a9\uc5b4\uc815\ub9ac"},"content":{"rendered":"<hr>\n<p><Accordion title=\"\ubaa9\ucc28\"><\/Accordion><\/p>\n<h2>1-\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub4dc \uc2e4\ud589 \uacfc\uc815<\/h2>\n<p> \ud3c9\uac00(Evaluation)\u2192\uc2e4\ud589(Execution)\u2192\uac12\u2192\ub80c\ub354\ub9c1<\/p>\n<pre><code class=\"language-javascript\">console.log(name);  \nvar name = &quot;John&quot;;\n\nfunction greet() {\n    return &quot;Hello &quot; + name;\n}\n\nlet message = greet();\n<\/code><\/pre>\n<h3>1-1-[\ud3c9\uac00 (Evaluation)]<\/h3>\n<ul>\n<li>\ubcc0\uc218, \ud568\uc218(\ud638\uc774\uc2a4\ud305) \ub4f1\ub85d<br \/>\n\u2192 \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \uc5d4\uc9c4\uc774 \uc2e4\ud589 \uc804\uc5d0 \ucf54\ub4dc\ub97c \ucb49 \ud6d1\uc5b4\ubcf4\uace0,<strong>\ubcc0\uc218\uc640 \ud568\uc218 \uc815\ubcf4\ub97c \uba54\ubaa8\ub9ac\uc5d0 \ubbf8\ub9ac \ub4f1\ub85d<\/strong>\ud569\ub2c8\ub2e4.<\/li>\n<\/ul>\n<table>\n<thead>\n<tr>\n<th>\uc885\ub958<\/th>\n<th>\uc774\ub984<\/th>\n<th>\ucd08\uae30\uac12<\/th>\n<th>\ub4f1\ub85d \uc704\uce58<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\ubcc0\uc218<\/td>\n<td>name<\/td>\n<td>undefined<\/td>\n<td>\uc804\uc5ed<\/td>\n<\/tr>\n<tr>\n<td>\ubcc0\uc218<\/td>\n<td>message<\/td>\n<td>\ucd08\uae30\ud654 \uc548 \ub428 (TDZ \uc0c1\ud0dc)<\/td>\n<td>\uc804\uc5ed<\/td>\n<\/tr>\n<tr>\n<td>\ud568\uc218<\/td>\n<td>greet<\/td>\n<td>\ud568\uc218 \ucf54\ub4dc \uc804\uccb4<\/td>\n<td>\uc804\uc5ed<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\ud83d\udc49 <code>var<\/code>\ub294 <strong>undefined\ub85c \ucd08\uae30\ud654<\/strong>, <code>let<\/code>\uc740 \uc544\uc9c1 \ucd08\uae30\ud654 \uc548 \ub428 (TDZ: \ucd08\uae30\ud654 \uc804 \uc601\uc5ed\uc5d0 \uc788\uc74c)<br \/>\n\ud83d\udc49 <code>greet<\/code>\ub294 <strong>\uc804\uccb4 \ud568\uc218 \ucf54\ub4dc<\/strong>\uae4c\uc9c0 \uba54\ubaa8\ub9ac\uc5d0 \ub4f1\ub85d<\/p>\n<hr>\n<h3>1-2-[\uc2e4\ud589 (Execution)]<\/h3>\n<ul>\n<li>\uc774\uc81c \ud55c \uc904\uc529 \uc2e4\uc81c\ub85c \uc2e4\ud589\ud569\ub2c8\ub2e4.<br \/>\n\u2192\uc2e4\uc81c \ucf54\ub4dc \uc2e4\ud589 (\ud568\uc218\ub97c \ud638\ucd9c\ud558\uba70 \uac12\uc744 \uacc4\uc0b0\ud569\ub2c8\ub2e4)<br \/>\n1\ufe0f\u20e3 <code>console.log(name)<\/code> \uc2e4\ud589<br \/>\n\u2192 <code>name<\/code>\uc740 \ud3c9\uac00 \ub2e8\uacc4\uc5d0\uc11c <strong>undefined\ub85c \ub4f1\ub85d<\/strong>\ub418\uc5b4 \uc788\uc73c\ubbc0\ub85c,<br \/>\n<strong>undefined \ucd9c\ub825<\/strong><br \/>\n2\ufe0f\u20e3 <code>var name = &quot;John&quot;<\/code> \uc2e4\ud589<br \/>\n\u2192 name\uc5d0 <code>&quot;John&quot;<\/code> \uc800\uc7a5<br \/>\n3\ufe0f\u20e3 <code>function greet()<\/code>\ub294 \uc774\ubbf8 \ud3c9\uac00 \ub2e8\uacc4\uc5d0\uc11c \ub4f1\ub85d \ub05d\ub0a8 (\ub530\ub85c \uc2e4\ud589 \uc548 \ud568)<br \/>\n4\ufe0f\u20e3 <code>let message = greet()<\/code> \uc2e4\ud589<br \/>\n\u2192 <code>greet()<\/code> \ud638\ucd9c\ud558\uace0, \uacb0\uacfc\ub97c message\uc5d0 \uc800\uc7a5<br \/>\n<a href=\"https:\/\/www.notion.so\/1ad725808c2680028681c0a90cc5d93f\">3-\uc2e4\ud589\ucee8\ud14d\uc2a4\ud2b8\uc640 \uc2a4\ucf54\ud504<\/a><\/li>\n<\/ul>\n<hr>\n<h3>1-3- [\uac12 \uc0dd\uc131(Value Creation)] \uc5f0\uc0b0 \uacb0\uacfc, \ub9ac\ud134 \uac12 \uc0dd\uc131<\/h3>\n<ul>\n<li><code>greet()<\/code> \ud568\uc218 \uc2e4\ud589 \uc911\uc5d0\uc11c:\n<ul>\n<li><code>&quot;Hello &quot; + name<\/code> \uc5f0\uc0b0 \uc218\ud589<\/li>\n<li>\ud604\uc7ac name\uc740 <code>&quot;John&quot;<\/code>\uc774\ubbc0\ub85c, <code>&quot;Hello John&quot;<\/code> \uc0dd\uc131<\/li>\n<li>\uc774 \uac12\uc774 message\uc5d0 \uc800\uc7a5\ub428<br \/>\n\ud83d\udc49 message\uc5d0 <code>&quot;Hello John&quot;<\/code>\uc774\ub77c\ub294 \uac12 \uc0dd\uc131<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<hr>\n<h3>1-4- [\ub7f0\ud0c0\uc784 (Runtime)] \uc2e4\ud589 \uc911 \uc804\uccb4 \uc2dc\uac04\uacfc \ud658\uacbd<\/h3>\n<ul>\n<li>\uc704 \ucf54\ub4dc\uac00 \uc2e4\ud589\ub418\ub294 <strong>\uc804\uccb4 \uc2dc\uac04<\/strong>\uc774 \ub7f0\ud0c0\uc784<\/li>\n<li>\uc774 \uc2dc\uac04 \ub3d9\uc548 \uba54\ubaa8\ub9ac\uc5d0\ub294 \uc544\ub798\uc640 \uac19\uc740 \uac12\uc774 \uc62c\ub77c\uac00 \uc788\uc74c<\/li>\n<\/ul>\n<table>\n<thead>\n<tr>\n<th>\uc774\ub984<\/th>\n<th>\uac12<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>name<\/td>\n<td>&quot;John&quot;<\/td>\n<\/tr>\n<tr>\n<td>message<\/td>\n<td>&quot;Hello John&quot;<\/td>\n<\/tr>\n<tr>\n<td>greet<\/td>\n<td>function (\uba54\ubaa8\ub9ac\uc5d0 \uc720\uc9c0 \uc911)<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<ul>\n<li>\uc774 \uc0c1\ud0dc\uc640 \uc2dc\uac04 \uc804\uccb4\ub97c <strong>\ub7f0\ud0c0\uc784<\/strong>\uc774\ub77c\uace0 \ud568<\/li>\n<\/ul>\n<hr>\n<h3>1-5- \ucd5c\uc885 \uc815\ub9ac \ud750\ub984\ub3c4<\/h3>\n<p><strong>\ud3c9\uac00 \ub2e8\uacc4\uc5d0\uc11c \ubcc0\uc218\uc640 \ud568\uc218\ub97c \ubbf8\ub9ac \ub4f1\ub85d\ud558\uace0, \uc2e4\ud589 \ub2e8\uacc4\uc5d0\uc11c \uc2e4\uc81c \ucf54\ub4dc\uac00 \ub3d9\uc791\ud558\uba70, \uac12\uc774 \uc0dd\uc131\ub418\uace0, \uc804\uccb4 \uc2e4\ud589 \uc2dc\uac04\uc774 \ub7f0\ud0c0\uc784\uc774 \ub41c\ub2e4.<\/strong><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/aabbee.cafe24.com\/wp-content\/uploads\/2026\/06\/01-26.png\" alt=\"\"><\/p>\n<hr>\n<h2>2-\uc8fc\uc694\uc6a9\uc5b4<\/h2>\n<table>\n<thead>\n<tr>\n<th>\uad6c\ubd84<\/th>\n<th>\uc694\uc57d<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\uc120\uc5b8<\/td>\n<td>\uc774\ub984\ub9cc \ub4f1\ub85d<\/td>\n<\/tr>\n<tr>\n<td>\uc0dd\uc131<\/td>\n<td>\uc2e4\uc81c \uba54\ubaa8\ub9ac\uc5d0 \ub370\uc774\ud130 \uacf5\uac04\uc774 \uc0dd\uae30\uace0 \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud560 \uc900\ube44\ub97c \ud568<\/td>\n<\/tr>\n<tr>\n<td>\ud560\ub2f9<\/td>\n<td>\uac12 \uc800\uc7a5<\/td>\n<\/tr>\n<tr>\n<td>\uc815\uc758<\/td>\n<td>\ud568\uc218\uc5d0 \uc0ac\uc6a9\u21d2 \uc774\ub984 + \ub3d9\uc791 \uc791\uc131<\/td>\n<\/tr>\n<tr>\n<td>\uac12<\/td>\n<td>\uc2e4\uc81c \ub370\uc774\ud130(\uacc4\uc0b0\uacb0\uacfc)<\/td>\n<\/tr>\n<tr>\n<td>\ub9ac\ud130\ub7f4<\/td>\n<td>\uac12\uc744 \uc0dd\uc131\ud558\uae30 \uc704\ud574 \ubbf8\ub9ac \uc57d\uc18d\ud55c \ud45c\uae30\ubc95<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3>2-1-\uc120\uc5b8 (Declaration)<\/h3>\n<ul>\n<li><strong>\ubcc0\uc218, \ud568\uc218, \ud074\ub798\uc2a4 \ub4f1 \uc774\ub984\uc744 \uba3c\uc800 \ub4f1\ub85d\ud558\ub294 \uc791\uc5c5<\/strong>\uc785\ub2c8\ub2e4.<\/li>\n<li>&quot;\uc774\ub7f0 \uc774\ub984\uc744 \uc0ac\uc6a9\ud560 \uac70\uc57c&quot;\ub77c\uace0 <strong>\uc54c\ub824\uc8fc\ub294 \ub2e8\uacc4<\/strong>\uc785\ub2c8\ub2e4.<\/li>\n<li>\uc2e4\uc81c \uac12\uc744 \uc800\uc7a5\ud558\uac70\ub098 \ub3d9\uc791\uc744 \ub9cc\ub4e4\uc9c0\ub294 \uc54a\uace0, <strong>\uc774\ub984\ub9cc \ub4f1\ub85d<\/strong>\ud558\ub294 \uc0c1\ud0dc\uc785\ub2c8\ub2e4.<\/li>\n<li>ex) \ubcc0\uc218 \uc120\uc5b8, \ud568\uc218 \uc120\uc5b8<\/li>\n<\/ul>\n<hr>\n<h3>2-2- \uc0dd\uc131 (Creation)<\/h3>\n<ul>\n<li>\uc2e4\uc81c\ub85c <strong>\uba54\ubaa8\ub9ac\uc5d0 \uacf5\uac04\uc744 \ud655\ubcf4\ud558\uc5ec, \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud560 \uc900\ube44\ub97c \ud558\ub294 \uacfc\uc815<\/strong>\uc785\ub2c8\ub2e4.<\/li>\n<li>\ud504\ub85c\uadf8\ub7a8\uc774 \uc2e4\ud589\ub418\ub294 \uc2dc\uc810\uc5d0\uc11c, <strong>\uba54\ubaa8\ub9ac\uc5d0 \uc790\ub9ac\ub97c \uc7a1\uace0 \ub370\uc774\ud130\ub97c \ub123\uac70\ub098 \uad6c\uc870\ub97c \ub9cc\ub4dc\ub294 \uc791\uc5c5<\/strong>\uc744 \ub9d0\ud569\ub2c8\ub2e4.<\/li>\n<li>\uc989, <strong>\uc120\uc5b8\ub41c \uc774\ub984\uc744 \uc2e4\uc81c \ub370\uc774\ud130\uc640 \uc5f0\uacb0\ud574\uc8fc\ub294 \uacfc\uc815<\/strong>\uc785\ub2c8\ub2e4.<\/li>\n<\/ul>\n<hr>\n<h3>2-3-\ud560\ub2f9 (Assignment)<\/h3>\n<ul>\n<li><strong>\uc774\ubbf8 \uc120\uc5b8\ub41c \ubcc0\uc218\uc5d0 \uac12\uc744 \uc800\uc7a5\ud558\ub294 \uc791\uc5c5<\/strong>\uc785\ub2c8\ub2e4.<\/li>\n<li>\uac12\uc774 \uc800\uc7a5\ub420 \ub54c\ub9c8\ub2e4 <strong>\ud560\ub2f9\uc774 \uc77c\uc5b4\ub09c\ub2e4<\/strong>\uace0 \ud45c\ud604\ud569\ub2c8\ub2e4.<\/li>\n<li>&quot;\uc774 \uc774\ub984\uc5d0 \uc774 \uac12\uc744 \ub123\uc744 \uac70\uc57c&quot;\ub77c\uace0 <strong>\ub0b4\uc6a9\uc744 \ucc44\uc6b0\ub294 \ub2e8\uacc4<\/strong>\uc785\ub2c8\ub2e4.<\/li>\n<li><strong>\uc120\uc5b8\uacfc \ub3d9\uc2dc\uc5d0 \ud560\ub2f9\ud560 \uc218\ub3c4 \uc788\uace0<\/strong>, \ub098\uc911\uc5d0 \ud560\ub2f9\ud560 \uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4.<\/li>\n<\/ul>\n<hr>\n<h3>2-4- \uc815\uc758 (Definition)<\/h3>\n<ul>\n<li>\ubcf4\ud1b5 <strong>\ud568\uc218\ub098 \ud074\ub798\uc2a4 \uac19\uc740 \ud070 \ub2e8\uc704\uc5d0\uc11c \ub9ce\uc774 \uc4f0\ub294 \ud45c\ud604<\/strong>\uc785\ub2c8\ub2e4.<\/li>\n<li>\ub2e8\uc21c\ud788 \uc774\ub984\ub9cc \ub4f1\ub85d\ud558\ub294 \uc120\uc5b8\uacfc \ub2ec\ub9ac, <strong>\uc5b4\ub5a4 \uae30\ub2a5\uc744 \uac16\ub294\uc9c0 \uad6c\uccb4\uc801\uc778 \ub0b4\uc6a9\uae4c\uc9c0 \uc791\uc131\ud558\ub294 \uac83<\/strong>\uc744 \ub73b\ud569\ub2c8\ub2e4.<\/li>\n<li>\uc989, <strong>\uc120\uc5b8 + \uad6c\uccb4\uc801\uc778 \ub3d9\uc791 \ub0b4\uc6a9 \uc791\uc131<\/strong>\uc744 \ud569\uce5c \uac1c\ub150\uc785\ub2c8\ub2e4.<\/li>\n<li>\ud568\uc218 \uc815\uc758, \ud074\ub798\uc2a4 \uc815\uc758\ucc98\ub7fc \uc4f0\uc785\ub2c8\ub2e4.<\/li>\n<\/ul>\n<hr>\n<h3>2-5-\uac12 (Value)<\/h3>\n<ul>\n<li><strong>\uac12<\/strong>\uc740 \ub9d0 \uadf8\ub300\ub85c <strong>\ub370\uc774\ud130 \uc790\uccb4<\/strong>\ub97c \uc758\ubbf8\ud569\ub2c8\ub2e4.<\/li>\n<li>\uc0ac\ub78c\uc774 \ub208\uc73c\ub85c \ubcf4\uace0, \ud504\ub85c\uadf8\ub7a8\uc774 \ucc98\ub9ac\ud560 \uc218 \uc788\ub294 \uc2e4\uc81c \ub370\uc774\ud130\uc785\ub2c8\ub2e4.<\/li>\n<li>\uc608\ub97c \ub4e4\uc5b4, \uc22b\uc790, \uae00\uc790, \ucc38\/\uac70\uc9d3, \uac1d\uccb4, \ubc30\uc5f4 \ub4f1 <strong>\ubaa8\ub4e0 \ub370\uc774\ud130<\/strong>\uac00 \uac12\uc785\ub2c8\ub2e4.<\/li>\n<li>\ud504\ub85c\uadf8\ub7a8\uc774 \ub3d9\uc791\ud558\uba74\uc11c <strong>\uacc4\uc0b0\ud558\uac70\ub098 \ube44\uad50\ud558\uace0, \uc800\uc7a5\ud558\ub294 \ub300\uc0c1\uc774 \uac12<\/strong>\uc785\ub2c8\ub2e4.<\/li>\n<\/ul>\n<hr>\n<h3>2-6- \ub9ac\ud130\ub7f4 (Literal)<\/h3>\n<ul>\n<li><strong>\ub9ac\ud130\ub7f4\uc740 \uac12\uc744 \ud45c\ud604\ud558\ub294 \ubc29\ubc95<\/strong>\uc785\ub2c8\ub2e4.<\/li>\n<li>\uac12\uc744 \uc9c1\uc811 \ub208\uc5d0 \ubcf4\uc774\ub294 \ud615\ud0dc\ub85c <strong>\uc791\uc131\ud55c \uac83<\/strong>\uc744 \ub9d0\ud569\ub2c8\ub2e4.<\/li>\n<li>\ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc5d0\uc11c <strong>\ud2b9\uc815 \uac12\uc744 \ub098\ud0c0\ub0b4\ub294 \uace0\uc815\ub41c \ud45c\uae30\ubc95<\/strong>\uc785\ub2c8\ub2e4.<\/li>\n<li><strong>\uac12\uc744 \uc0dd\uc131\ud558\uae30 \uc704\ud574 \ubbf8\ub9ac \uc57d\uc18d\ud55c \ud45c\uae30\ubc95<\/strong><\/li>\n<\/ul>\n<hr>\n<h4>\u2714\ufe0f \uc694\uc57d<\/h4>\n<ul>\n<li><strong>\uc120\uc5b8=<\/strong> \uc774\ub984\uc744 \ub4f1\ub85d\ud558\ub294 \uc791\uc5c5 <\/li>\n<li><strong>\uc0dd\uc131= \uc2e4\uc81c \uba54\ubaa8\ub9ac \uacf5\uac04\uc744 \ud655\ubcf4\ud558\uace0, \ub370\uc774\ud130\ub97c \uc800\uc7a5\ud560 \uc900\ube44\ub97c \ud558\ub294 \uacfc\uc815<\/strong><\/li>\n<li><strong>\ud560\ub2f9=<\/strong> \uac12\uc744 \uc800\uc7a5\ud558\ub294 \uc791\uc5c5<\/li>\n<li><strong>\uc815\uc758=<\/strong> \uc774\ub984 \ub4f1\ub85d\uacfc \ub3d9\uc791 \ub0b4\uc6a9 \uc791\uc131\uae4c\uc9c0 \ubaa8\ub450 \ud3ec\ud568\ud558\ub294 \uc791\uc5c5(\ud568\uc218)<\/li>\n<li><strong>\uac12 = <\/strong>\uacc4\uc0b0\uacb0\uacfc<\/li>\n<li><strong>\ub9ac\ud130\ub7f4 = \uac12\uc744 \uc0dd\uc131\ud558\uae30 \uc704\ud574 \ubbf8\ub9ac \uc57d\uc18d\ud55c \ud45c\uae30\ubc95<\/strong><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>1-\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ucf54\ub4dc \uc2e4\ud589 \uacfc\uc815 \ud3c9\uac00(Evaluation)\u2192\uc2e4\ud589(Execution)\u2192\uac12\u2192\ub80c\ub354\ub9c1 console.log(name); var name = &quot;John&quot;; function greet() { return &quot;Hello &quot; + name; } let message = greet(); 1-1-[\ud3c9\uac00 (Evaluation)] \ubcc0\uc218, \ud568\uc218(\ud638\uc774\uc2a4\ud305) \ub4f1\ub85d \u2192 \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \uc5d4\uc9c4\uc774 \uc2e4\ud589 \uc804\uc5d0 \ucf54\ub4dc\ub97c \ucb49 \ud6d1\uc5b4\ubcf4\uace0,\ubcc0\uc218\uc640 \ud568\uc218 \uc815\ubcf4\ub97c \uba54\ubaa8\ub9ac\uc5d0 \ubbf8\ub9ac \ub4f1\ub85d\ud569\ub2c8\ub2e4. \uc885\ub958 \uc774\ub984 \ucd08\uae30\uac12 \ub4f1\ub85d \uc704\uce58 \ubcc0\uc218 name undefined \uc804\uc5ed \ubcc0\uc218 message \ucd08\uae30\ud654 \uc548 \ub428 &#8230; <a title=\"2-\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8-\ucf54\ub4dc-\uc2e4\ud589-\uacfc\uc815-\ubc0f-\uc6a9\uc5b4\uc815\ub9ac\" class=\"read-more\" href=\"https:\/\/coalacoding.com\/?p=363\" aria-label=\"2-\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8-\ucf54\ub4dc-\uc2e4\ud589-\uacfc\uc815-\ubc0f-\uc6a9\uc5b4\uc815\ub9ac\uc5d0 \ub300\ud574 \ub354 \uc790\uc138\ud788 \uc54c\uc544\ubcf4\uc138\uc694\">\ub354 \uc77d\uae30<\/a><\/p>\n","protected":false},"author":0,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15],"tags":[],"class_list":["post-363","post","type-post","status-publish","format-standard","hentry","category-javascript-basics"],"_links":{"self":[{"href":"https:\/\/coalacoding.com\/index.php?rest_route=\/wp\/v2\/posts\/363","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/coalacoding.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/coalacoding.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/coalacoding.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=363"}],"version-history":[{"count":2,"href":"https:\/\/coalacoding.com\/index.php?rest_route=\/wp\/v2\/posts\/363\/revisions"}],"predecessor-version":[{"id":2228,"href":"https:\/\/coalacoding.com\/index.php?rest_route=\/wp\/v2\/posts\/363\/revisions\/2228"}],"wp:attachment":[{"href":"https:\/\/coalacoding.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=363"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/coalacoding.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=363"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/coalacoding.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=363"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}