Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 452 Bytes

JavaScript DOM.md

File metadata and controls

5 lines (3 loc) · 452 Bytes

JavaScript DOM

  • When you request a website, it will respond with HTML. These bytes recieved are run through complicated and documented parsing process

===> determine different characters (eg., start tag character, an atrrbute and so on) ===> tokenizer ===> tokens (DOCTYPE, start tag, end tag, comment, and so on) ===> DOM (a tree structure that captures the content and properties of the HTML and all the relationships between the nodes)