Node textcontent
Node.textContent 메소드는 노드와 그 자손의 텍스트 콘텐츠를 표현합니다
Node.textContent
let text = someNode.textContent; someOtherNode.textContent = string;