{"id":172,"date":"2015-09-10T14:19:00","date_gmt":"2015-09-10T05:19:00","guid":{"rendered":"https:\/\/trret.com\/?p=172"},"modified":"2021-03-19T23:49:14","modified_gmt":"2021-03-19T14:49:14","slug":"javascript-if%eb%ac%b8%ec%9d%98-%ec%8b%9c%ec%9e%91","status":"publish","type":"post","link":"https:\/\/trret.com\/?p=172","title":{"rendered":"JavaScript IF\ubb38\uc758 \uc2dc\uc791"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;script type=\"text\/javascript\">\n\tvar x=11;\n\tvar y=3;\n\n\tif (x>y){\n\t\t\/\/x>y\uac00 \ucc38\uc774\uba74 \uc774 \ubb38\uc7a5\uc744 \ucd9c\ub825\ud558\uc2dc\uc624\n\t\tdocument.write('x\uac00 y\ubcf4\ub2e4 \ud07d\ub2c8\ub2e4.')\n\t}else if (x==y){\n\t\t\/\/x=y\uac00 \ucc38\uc774\uba74 \uc774 \ubb38\uc7a5\uc744 \ucd9c\ub825\ud558\uc2dc\uc624\n\t\tdocument.write('x\uc640 y\uac00 \uac19\uc2b5\ub2c8\ub2e4.')\n\t}else{\n\t\tdocument.write('x\uac00 y\ubcf4\ub2e4 \uc791\uc2b5\ub2c8\ub2e4')\n\t}\n\n\n\tvar birth=Number(prompt('\ub2f9\uc2e0\uc774 \ud0dc\uc5b4\ub09c \ub144\ub3c4\ub294?'));\n\tvar gender=confirm('\uc5ec\uc790\uc774\uba74 \ud655\uc778, \ub0a8\uc790\uc774\uba74 \ucde8\uc18c\ub97c \ub20c\ub7ec\uc8fc\uc138\uc694.');\n\t\n\tvar today = new Date();\n\tvar Y = today.getFullYear();\n\t\/\/\uc785\ub825\ub41c birth\uac12\uc5d0 \uacc4\uc0b0\uc744 \ud55c\ub2e4. \n\tvar age=Y-birth+1;\n\n\t\/\/20\uc0b4\ubcf4\ub2e4 \ub9ce\uac70\ub098 gender\uac12\uc774 true\uc600\ub2e4\uba74(\uc5ec\uc790\uc600\ub2e4\uba74)\n\tif (age>=20 &amp;&amp; gender==true){\n\t\twindow.location.href='http:\/\/www.naver.com'\t\/\/\ud648\ud398\uc774\uc9c0\ub97c \uc5fd\ub2c8\ub2e4. \n\t}else{ \/\/\uadf8\ub7ec\ub098 \uc544\ub2c8\uba74\n\t\talert('\uc774 \uc0ac\uc774\ud2b8\ub294 \uc131\uc778 \uc5ec\uc131\ubd84\ub9cc \uc0ac\uc6a9\ud558\uc2e4 \uc218 \uc788\uc2b5\ub2c8\ub2e4.')\n\t}\n&lt;\/script><\/code><\/pre>\n\n\n\n<p><a href=\"\/example\/j\/if.php\" data-type=\"URL\" data-id=\"\/example\/j\/if.php\" target=\"_blank\" rel=\"noreferrer noopener\">\uc608\uc81c\ub9c1\ud06c<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc608\uc81c\ub9c1\ud06c<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[12],"tags":[],"_links":{"self":[{"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/172"}],"collection":[{"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=172"}],"version-history":[{"count":5,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/172\/revisions"}],"predecessor-version":[{"id":177,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/172\/revisions\/177"}],"wp:attachment":[{"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}