diff options
| author | iamgamja <hmmthinking@naver.com> | 2022-02-09 16:01:55 +0900 |
|---|---|---|
| committer | Sungwoo Park <codest99@gmail.com> | 2022-02-20 18:36:04 +0900 |
| commit | 2aa763f8fae4fc46bbbfd5b012f865afa69c068b (patch) | |
| tree | 7dd4532934429da5788a7e1f5a3c060083863f78 /files/ko/web/api/console/clear | |
| parent | 87990b6bf559dd76dd65cefc2b112daacad9962a (diff) | |
| download | translated-content-2aa763f8fae4fc46bbbfd5b012f865afa69c068b.tar.gz translated-content-2aa763f8fae4fc46bbbfd5b012f865afa69c068b.tar.bz2 translated-content-2aa763f8fae4fc46bbbfd5b012f865afa69c068b.zip | |
edit files
Diffstat (limited to 'files/ko/web/api/console/clear')
| -rw-r--r-- | files/ko/web/api/console/clear/index.md | 41 |
1 files changed, 14 insertions, 27 deletions
diff --git a/files/ko/web/api/console/clear/index.md b/files/ko/web/api/console/clear/index.md index 540ce73ee5..096fcab41b 100644 --- a/files/ko/web/api/console/clear/index.md +++ b/files/ko/web/api/console/clear/index.md @@ -1,43 +1,30 @@ --- title: console.clear() -slug: Web/API/Console/clear +slug: Web/API/console/clear tags: - API + - Debugging - Method - Reference - console + - web console +browser-compat: api.console.clear translation_of: Web/API/Console/clear --- -<div>{{APIRef("Console API")}}</div> +{{APIRef("Console API")}} -<p><strong><code>console.clear()</code></strong> 메서드는 현재 환경에서 가능한 경우, 콘솔에 기록된 메시지를 모두 지웁니다.</p> +**`console.clear()`** 메서드는 현재 환경에서 가능한 경우, 콘솔에 기록된 메시지를 모두 지웁니다. -<h2 id="구문">구문</h2> +## 구문 -<pre class="syntaxbox">console.clear(); -</pre> +```js +console.clear(); +``` -<h2 id="명세">명세</h2> +## 명세 -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName("Console API", "#clear", "console.clear()")}}</td> - <td>{{Spec2("Console API")}}</td> - <td>Initial definition</td> - </tr> - </tbody> -</table> +{{Specifications}} -<h2 id="브라우저_호환성">브라우저 호환성</h2> +## 브라우저 호환성 - - -<p>{{Compat("api.Console.clear")}}</p> +{{Compat}} |
