[JS] 객체에 내장된 데이터 및 함수 찾기

JongAh 2021. 4. 10. 14:05

👀 객체를 출력한다.

//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