DOM이란 무엇인가?

  • Document Object Model = 문서 객체 모델
  • HTML 요소를 자바스크립트 객체(Object)처럼 조작할 수 있게 만든 모델/구조
  • 즉, DOM을 이용해서 HTML로 구성된 웹페이지를 동적으로 움직이게 만들 수 있다

w3school.com   

 

Mega site of Bible Information

You can write to us at BIBLE DESK, P.O. BOX 11106, ST PETERSBURG, FL 33733. We want to help. We confess that Jesus Christ is come in the flesh. It is written, Hereby know ye the Spirit of God: Every spirit that confesseth that Jesus Christ is come in the f

w3school.com

 

 

https://developer.mozilla.org/ko/docs/Web/JavaScript

 

JavaScript | MDN

JavaScript (JS)는 가벼운, 인터프리터 혹은 just-in-time 컴파일 프로그래밍 언어로, 일급 함수를 지원합니다. 웹 페이지를 위한 스크립트 언어로 잘 알려져 있지만, Node.js, Apache CouchDB, Adobe Acrobat처럼

developer.mozilla.org

JavaScript Reference

Properties and Methods of all JavaScript Objects

모든 자바스크립트 객체의 속성(Properties)과 함수들(Methods)

 

 

HTML DOM Reference

Properties and Methods of all DOM Objects

모든 DOM 객체의 속성(Properties)과 함수들(Methods)

 

 

 

 

특히 MDN 이 자신이 객체, 인스턴스, 배열, 반환값, 등등.. 용어 정리만 되어있다면 진짜 미친듯이 도움 많이 되는 

문서입니다.

 

바닐라 JS 공부를 열심히 합시다

+ Recent posts