👀 객체를 출력한다.
//console.log(객체명)
console.log(console);
//결과
//t {
// log: [Function],
// error: [Function],
// info: [Function],
// warn: [Function],
// dir: [Function],
// time: [Function],
// timeEnd: [Function],
// trace: [Function],
// assert: [Function],
// clear: [Function],
// stdout: { [Function] clear: [Function] },
// _times: {} }
'웹' 카테고리의 다른 글
크롬 확장프로그램 구글 예제 및 등록(확인)방법 (0) | 2021.04.07 |
---|