{"id":148,"date":"2015-08-09T17:30:00","date_gmt":"2015-08-09T08:30:00","guid":{"rendered":"https:\/\/trret.com\/?p=148"},"modified":"2021-03-19T23:47:34","modified_gmt":"2021-03-19T14:47:34","slug":"javascript-%ec%a1%b0%ea%b1%b4%eb%ac%b8","status":"publish","type":"post","link":"https:\/\/trret.com\/?p=148","title":{"rendered":"JavaScript \uc870\uac74\ubb38"},"content":{"rendered":"\n<p>\u2605 if(){}else{}<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>var date=new Date();\nvar Times=date.getHours();\n\n\/\/\uc2dc\uac04\uc5d0 \ub530\ub77c \ubc30\uacbd\uc774 \ubc14\ub01c.\nif(Times>=0 &amp;&amp; Times&lt;12) { \n    \/\/\uc624\uc804\uc5d0 \ud558\uc580 \ubc30\uacbd\n    document.write('&lt;body bgcolor=\"#FFFFFF\"  leftmargin=\"0\" topmargin=\"0\">')\n}else{\n   \/\/\uc624\ud6c4\uc5d0 \uae4c\ub9cc \ubc30\uacbd\n   document.write('&lt;body bgcolor=\"#000000\"  leftmargin=\"0\" topmargin=\"0\">')\n} <\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<p><a href=\"\/sample\/j\/BlackOrWhite.php\" data-type=\"URL\" data-id=\"\/sample\/j\/BlackOrWhite.php\">\uc608\uc81c\ub9c1\ud06c<\/a><\/p>\n\n\n\n<p>\u2605 if(){}else if(){}else{}<br>\uacb9\uce58\uc9c0 \uc54a\ub294 \uc138 \uac00\uc9c0 \uc774\uc0c1\uc758 \uc870\uac74\uc744 \ub098\ub20c \ub54c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<p>\u2605 \uc0bc\ud56d \uc5f0\uc0b0\uc790 (\uc870\uac74\ubb38)?(\ucc38\uc77c\ub54c \uc2e4\ud589\ud558\ub294 \ubb38\uc7a5):(\uac70\uc9d3\uc77c\ub54c \uc2e4\ud589\ud558\ub294 \ubb38\uc7a5)<br>\ucf54\ub4dc\ub97c \uc9e7\uac8c \uc4f0\ub824\ub294 \uac1c\ubc1c\uc790\uac00 \uc790\uc8fc \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>var num = Number(5);\n(num>0)?alert('\uc790\uc5f0\uc218\uc784\ub2e4'):alert('\uc790\uc5f0\uc218\uac00 \uc544\ub2d8\ub2e4.');<\/code><\/pre>\n\n\n\n<p>\u2605 \uc9e7\uc740 \uc870\uac74\ubb38<br>(\ubd88 \ud45c\ud604\uc2dd) || (\uac70\uc9d3\uc77c\ub54c \uc2e4\ud589\ud558\ub294 \ubb38\uc7a5) =&gt; \uc88c\ud56d\uc774 \ucc38\uc774\uba74 \uc2e4\ud589\ub428.<br>(\ubd88 \ud45c\ud604\uc2dd) &amp;&amp; (\ucc38\uc77c\ub54c \uc2e4\ud589\ud558\ub294 \ubb38\uc7a5) =&gt; \uc88c\ud56d\uc774 \uac70\uc9d3\uc774\uba74 \uc2e4\ud589\ub428.<\/p>\n\n\n\n<p>\uc0bc\ud56d \uc5f0\uc0b0\uc790\ubcf4\ub2e4 \ucf54\ub4dc\ub97c \ub354 \uc9e7\uac8c \uc0ac\uc6a9\ud558\uace0 \uc2f6\uc744 \ub54c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<br>\uc774\ud574\ud558\uae30 \uc5b4\ub824\uc6cc\uc11c \ub9ce\uc774 \uc0ac\uc6a9\ud558\uc9c0\ub294 \uc54a\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>var su = Number(3);\nsu % 2 == 0 || alert('\ud640\uc218\uc784\ub2e4'); \/\/\uc88c\ud56d\uc774 \uac70\uc9d3\uc774\ubbc0\ub85c \uc624\ub978\ucabd\uc744 \uac80\uc0ac\ud558\uae30 \uc704\ud574 \uc624\ub978\ucabd\uc870\uac74\ubb38\uc744 \uc2e4\ud589\ud55c\ub2e4.\nsu % 2 == 0 &amp;&amp; alert('\uc9dd\uc218\uc784\ub2e4'); \/\/\ub17c\ub9ac\uacf1\uc5d0\uc11c\ub294 \uc88c\ud56d\uc774 \uac70\uc9d3\uc774\uba74 \ubc14\ub85c \uac70\uc9d3\uc774\ubbc0\ub85c \uc624\ub978\ucabd\uc740 \uc2e4\ud589\ud558\uc9c0 \uc54a\ub294\ub2e4.<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>var su = Number(4);\nsu % 2 == 0 || alert('\ud640\uc218\uc784\ub2e4'); \/\/\ub17c\ub9ac\ud569\uc5d0\uc11c\ub294 \uc88c\ud56d\uc774 \ucc38\uc774\uba74 \ubc14\ub85c \ucc38\uc774\ubbc0\ub85c \uc624\ub978\ucabd\uc740 \uc2e4\ud589\ud558\uc9c0 \uc54a\ub294\ub2e4.\nsu % 2 == 0 &amp;&amp; alert('\uc9dd\uc218\uc784\ub2e4'); \/\/\uc88c\ud56d\uc774 \ucc38\uc774\ubbc0\ub85c \uc624\ub978\ucabd\uc744 \uac80\uc0ac\ud558\uae30 \uc704\ud574 \uc624\ub978\ucabd\uc870\uac74\ubb38\uc744 \uc2e4\ud589\ud55c\ub2e4.<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u2605 if(){}else{} \uc608\uc81c\ub9c1\ud06c \u2605 if(){}else if(){}else{}\uacb9\uce58\uc9c0 \uc54a\ub294 \uc138 \uac00\uc9c0 \uc774\uc0c1\uc758 \uc870\uac74\uc744 \ub098\ub20c \ub54c \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \u2605 \uc0bc\ud56d \uc5f0\uc0b0\uc790 (\uc870\uac74\ubb38)?(\ucc38\uc77c\ub54c \uc2e4\ud589\ud558\ub294 \ubb38\uc7a5):(\uac70\uc9d3\uc77c\ub54c \uc2e4\ud589\ud558\ub294 \ubb38\uc7a5)\ucf54\ub4dc\ub97c \uc9e7\uac8c \uc4f0\ub824\ub294 \uac1c\ubc1c\uc790\uac00 \uc790\uc8fc \uc0ac\uc6a9\ud569\ub2c8\ub2e4. \u2605 \uc9e7\uc740 \uc870\uac74\ubb38(\ubd88 \ud45c\ud604\uc2dd) || (\uac70\uc9d3\uc77c\ub54c \uc2e4\ud589\ud558\ub294 \ubb38\uc7a5) =&gt; \uc88c\ud56d\uc774 \ucc38\uc774\uba74 \uc2e4\ud589\ub428.(\ubd88 \ud45c\ud604\uc2dd) &amp;&amp; (\ucc38\uc77c\ub54c \uc2e4\ud589\ud558\ub294 \ubb38\uc7a5) =&gt; \uc88c\ud56d\uc774 \uac70\uc9d3\uc774\uba74 \uc2e4\ud589\ub428. \uc0bc\ud56d \uc5f0\uc0b0\uc790\ubcf4\ub2e4 <a href=\"https:\/\/trret.com\/?p=148\" class=\"btn btn-link continue-link\">\ub354 \uc77d\uae30<\/a><\/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\/148"}],"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=148"}],"version-history":[{"count":2,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/148\/revisions"}],"predecessor-version":[{"id":151,"href":"https:\/\/trret.com\/index.php?rest_route=\/wp\/v2\/posts\/148\/revisions\/151"}],"wp:attachment":[{"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=148"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=148"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trret.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=148"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}