console.log(document.body) // 태그내용이 출력됨
console.dir(document.body) // 객체의 속성이 출력됨
따라서 객체는 dir, 나머지는 log로 로깅하면 편하다