blob: 096fcab41bb7f43cbaeba6eba465e0c3a488346c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
---
title: 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
---
{{APIRef("Console API")}}
**`console.clear()`** 메서드는 현재 환경에서 가능한 경우, 콘솔에 기록된 메시지를 모두 지웁니다.
## 구문
```js
console.clear();
```
## 명세
{{Specifications}}
## 브라우저 호환성
{{Compat}}
|