{"id":825,"date":"2023-01-22T12:20:32","date_gmt":"2023-01-22T03:20:32","guid":{"rendered":"https:\/\/blog.dozzing.kr\/?p=825"},"modified":"2025-10-24T11:31:08","modified_gmt":"2025-10-24T02:31:08","slug":"javascript-%ec%9e%90%eb%b0%94%ec%8a%a4%ed%81%ac%eb%a6%bd%ed%8a%b8-%ed%83%80%ec%9d%b4%eb%a8%b8","status":"publish","type":"post","link":"https:\/\/blog.dozzing.kr\/?p=825","title":{"rendered":"[JavaScript] \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ud0c0\uc774\uba38"},"content":{"rendered":"<h2>\ud83d\udcab setTimeout()<\/h2>\n<ul>\n<li>X\ucd08 \ud6c4\uc5d0 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud574\uc90d\ub2c8\ub2e4.<\/li>\n<\/ul>\n<pre><code class=\"language-jsx line-numbers\">setTimeout(function(){ \uc2e4\ud589\ud560\ucf54\ub4dc~ }, \uae30\ub2e4\ub9b4\uc2dc\uac04);\n<\/code><\/pre>\n<p>\uc2dc\uac04\uc740 ms \ub2e8\uc704\ub85c ! (1\ucd08\ub294 1000ms)<\/p>\n<h2>\ud83d\udcab setInterval()<\/h2>\n<ul>\n<li>X\ucd08\ub9c8\ub2e4 \ucf54\ub4dc\ub97c \uc2e4\ud589<\/li>\n<\/ul>\n<pre><code class=\"language-jsx line-numbers\">setInterval(function(){ \uc2e4\ud589\ud560\ucf54\ub4dc~ }, \uae30\ub2e4\ub9b4\uc2dc\uac04);\n<\/code><\/pre>\n<h2>\ud83d\udcab setInterval() \ud0c0\uc774\uba38 \uc0ad\uc81c<\/h2>\n<pre><code class=\"language-jsx line-numbers\">var \ud0c0\uc774\uba38 = setInterval(function(){ \uc2e4\ud589\ud560\ucf54\ub4dc~ }, \uae30\ub2e4\ub9b4\uc2dc\uac04);\n clearTimeout(\ud0c0\uc774\uba38); \/\/\ud0c0\uc774\uba38 \uc0ad\uc81c\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\ud83d\udcab setTimeout() X\ucd08 \ud6c4\uc5d0 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud574\uc90d\ub2c8\ub2e4. setTimeout(function(){ \uc2e4\ud589\ud560\ucf54\ub4dc~ }, \uae30\ub2e4\ub9b4\uc2dc\uac04); \uc2dc\uac04\uc740 ms \ub2e8\uc704\ub85c ! (1\ucd08\ub294 1000ms) \ud83d\udcab setInterval() X\ucd08\ub9c8\ub2e4 \ucf54\ub4dc\ub97c \uc2e4\ud589 setInterval(function(){ \uc2e4\ud589\ud560\ucf54\ub4dc~ }, \uae30\ub2e4\ub9b4\uc2dc\uac04); \ud83d\udcab setInterval() \ud0c0\uc774\uba38 \uc0ad\uc81c var \ud0c0\uc774\uba38 = setInterval(function(){ \uc2e4\ud589\ud560\ucf54\ub4dc~ }, \uae30\ub2e4\ub9b4\uc2dc\uac04); clearTimeout(\ud0c0\uc774\uba38); \/\/\ud0c0\uc774\uba38 \uc0ad\uc81c<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[50,30,33],"tags":[32,34],"class_list":["post-825","post","type-post","status-publish","format-standard","hentry","category-frontend","category-javascript","category-web","tag-javascript","tag-web"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>[JavaScript] \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ud0c0\uc774\uba38 - Dozzing World<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.dozzing.kr\/?p=825\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"[JavaScript] \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ud0c0\uc774\uba38 - Dozzing World\" \/>\n<meta property=\"og:description\" content=\"\ud83d\udcab setTimeout() X\ucd08 \ud6c4\uc5d0 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud574\uc90d\ub2c8\ub2e4. setTimeout(function(){ \uc2e4\ud589\ud560\ucf54\ub4dc~ }, \uae30\ub2e4\ub9b4\uc2dc\uac04); \uc2dc\uac04\uc740 ms \ub2e8\uc704\ub85c ! (1\ucd08\ub294 1000ms) \ud83d\udcab setInterval() X\ucd08\ub9c8\ub2e4 \ucf54\ub4dc\ub97c \uc2e4\ud589 setInterval(function(){ \uc2e4\ud589\ud560\ucf54\ub4dc~ }, \uae30\ub2e4\ub9b4\uc2dc\uac04); \ud83d\udcab setInterval() \ud0c0\uc774\uba38 \uc0ad\uc81c var \ud0c0\uc774\uba38 = setInterval(function(){ \uc2e4\ud589\ud560\ucf54\ub4dc~ }, \uae30\ub2e4\ub9b4\uc2dc\uac04); clearTimeout(\ud0c0\uc774\uba38); \/\/\ud0c0\uc774\uba38 \uc0ad\uc81c\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.dozzing.kr\/?p=825\" \/>\n<meta property=\"og:site_name\" content=\"Dozzing World\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-22T03:20:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-24T02:31:08+00:00\" \/>\n<meta name=\"author\" content=\"Dozzing\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dozzing\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.dozzing.kr\/?p=825\",\"url\":\"https:\/\/blog.dozzing.kr\/?p=825\",\"name\":\"[JavaScript] \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ud0c0\uc774\uba38 - Dozzing World\",\"isPartOf\":{\"@id\":\"https:\/\/blog.dozzing.kr\/#website\"},\"datePublished\":\"2023-01-22T03:20:32+00:00\",\"dateModified\":\"2025-10-24T02:31:08+00:00\",\"author\":{\"@id\":\"https:\/\/blog.dozzing.kr\/#\/schema\/person\/52258baef65b530d3e867e4c1f79c36f\"},\"breadcrumb\":{\"@id\":\"https:\/\/blog.dozzing.kr\/?p=825#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.dozzing.kr\/?p=825\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.dozzing.kr\/?p=825#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.dozzing.kr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"[JavaScript] \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ud0c0\uc774\uba38\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.dozzing.kr\/#website\",\"url\":\"https:\/\/blog.dozzing.kr\/\",\"name\":\"Dozzing World\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.dozzing.kr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.dozzing.kr\/#\/schema\/person\/52258baef65b530d3e867e4c1f79c36f\",\"name\":\"Dozzing\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/blog.dozzing.kr\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/0bbe3fe675c3641965411ffb61a1368b3bf05e794deaa3c7bd0ef7b4690a614a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/0bbe3fe675c3641965411ffb61a1368b3bf05e794deaa3c7bd0ef7b4690a614a?s=96&d=mm&r=g\",\"caption\":\"Dozzing\"},\"sameAs\":[\"https:\/\/blog.dozzing.kr\/\"],\"url\":\"https:\/\/blog.dozzing.kr\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"[JavaScript] \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ud0c0\uc774\uba38 - Dozzing World","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blog.dozzing.kr\/?p=825","og_locale":"ko_KR","og_type":"article","og_title":"[JavaScript] \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ud0c0\uc774\uba38 - Dozzing World","og_description":"\ud83d\udcab setTimeout() X\ucd08 \ud6c4\uc5d0 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud574\uc90d\ub2c8\ub2e4. setTimeout(function(){ \uc2e4\ud589\ud560\ucf54\ub4dc~ }, \uae30\ub2e4\ub9b4\uc2dc\uac04); \uc2dc\uac04\uc740 ms \ub2e8\uc704\ub85c ! (1\ucd08\ub294 1000ms) \ud83d\udcab setInterval() X\ucd08\ub9c8\ub2e4 \ucf54\ub4dc\ub97c \uc2e4\ud589 setInterval(function(){ \uc2e4\ud589\ud560\ucf54\ub4dc~ }, \uae30\ub2e4\ub9b4\uc2dc\uac04); \ud83d\udcab setInterval() \ud0c0\uc774\uba38 \uc0ad\uc81c var \ud0c0\uc774\uba38 = setInterval(function(){ \uc2e4\ud589\ud560\ucf54\ub4dc~ }, \uae30\ub2e4\ub9b4\uc2dc\uac04); clearTimeout(\ud0c0\uc774\uba38); \/\/\ud0c0\uc774\uba38 \uc0ad\uc81c","og_url":"https:\/\/blog.dozzing.kr\/?p=825","og_site_name":"Dozzing World","article_published_time":"2023-01-22T03:20:32+00:00","article_modified_time":"2025-10-24T02:31:08+00:00","author":"Dozzing","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"Dozzing","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/blog.dozzing.kr\/?p=825","url":"https:\/\/blog.dozzing.kr\/?p=825","name":"[JavaScript] \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ud0c0\uc774\uba38 - Dozzing World","isPartOf":{"@id":"https:\/\/blog.dozzing.kr\/#website"},"datePublished":"2023-01-22T03:20:32+00:00","dateModified":"2025-10-24T02:31:08+00:00","author":{"@id":"https:\/\/blog.dozzing.kr\/#\/schema\/person\/52258baef65b530d3e867e4c1f79c36f"},"breadcrumb":{"@id":"https:\/\/blog.dozzing.kr\/?p=825#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.dozzing.kr\/?p=825"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blog.dozzing.kr\/?p=825#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.dozzing.kr\/"},{"@type":"ListItem","position":2,"name":"[JavaScript] \uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 \ud0c0\uc774\uba38"}]},{"@type":"WebSite","@id":"https:\/\/blog.dozzing.kr\/#website","url":"https:\/\/blog.dozzing.kr\/","name":"Dozzing World","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.dozzing.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/blog.dozzing.kr\/#\/schema\/person\/52258baef65b530d3e867e4c1f79c36f","name":"Dozzing","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/blog.dozzing.kr\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/0bbe3fe675c3641965411ffb61a1368b3bf05e794deaa3c7bd0ef7b4690a614a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0bbe3fe675c3641965411ffb61a1368b3bf05e794deaa3c7bd0ef7b4690a614a?s=96&d=mm&r=g","caption":"Dozzing"},"sameAs":["https:\/\/blog.dozzing.kr\/"],"url":"https:\/\/blog.dozzing.kr\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/blog.dozzing.kr\/index.php?rest_route=\/wp\/v2\/posts\/825","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.dozzing.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.dozzing.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.dozzing.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.dozzing.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=825"}],"version-history":[{"count":3,"href":"https:\/\/blog.dozzing.kr\/index.php?rest_route=\/wp\/v2\/posts\/825\/revisions"}],"predecessor-version":[{"id":828,"href":"https:\/\/blog.dozzing.kr\/index.php?rest_route=\/wp\/v2\/posts\/825\/revisions\/828"}],"wp:attachment":[{"href":"https:\/\/blog.dozzing.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=825"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.dozzing.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=825"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.dozzing.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=825"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}