Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

JavaScript

DevTools Console JavaScript

Получаем глобальный объект window

document

Получаем doctype window.document.doctype

Можно опустить "window"

Получаем doctype document.doctype

window.document.documentElement

window.document.dir

window.document.head

window.document.charset

window.document.title

window.document.URL

window.document.createElement("div");

window.document.getElementsByTagName("div");

window.document.querySelector(".myClass");

window.document.getElementById("myElement");

window.document.getElementsByClassName("myClass");

About

DevTools Console JavaScript

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors