Window에 쓰일 수 있는 메서드를 구글링 할 수 있다.
구글링: window mdn, Window - Web API - MDN Web Docs - Mozilla
https://developer.mozilla.org/ko/docs/Web/API/Window
Window - Web API | MDN
Window 인터페이스는 DOM 문서를 담은 창을 나타냅니다.
developer.mozilla.org
Document에 쓰일 수 있는 메서드를 구글링 할 수 있다.
구글링: Document - Web API | MDN
https://developer.mozilla.org/en-US/docs/Web/API/Document
Document - Web APIs | MDN
The Document interface represents any web page loaded in the browser and serves as an entry point into the web page's content, which is the DOM tree.
developer.mozilla.org
HTML Head Element에 쓰일 수 있는 메서드를 찾아 볼 수 있다.
구글링: HTMLHeadingElement - Web APIs | MDN
https://developer.mozilla.org/en-US/docs/Web/API/HTMLHeadingElement
HTMLHeadingElement - Web APIs | MDN
The HTMLHeadingElement interface represents the different heading elements, <h1> through <h6>. It inherits methods and properties from the HTMLElement interface.
developer.mozilla.org
설명이 자세히 나와있고 강력한 기능들이 있으니 잘 읽어보고 사용하면 좋을 듯하다.
'NomadCoders > momentum-chromeApp(vanillaJS)' 카테고리의 다른 글
vanillaJS의 키워드 3가지(코드) (0) | 2022.06.07 |
---|---|
[#02.4] Boolean (0) | 2022.06.04 |
[#02.3] Variables (const and let) (0) | 2022.06.04 |
[#02] Your First JS Project (0) | 2022.06.04 |
[#01] Why JS? (0) | 2022.06.03 |