Skip to content

Commit 2c87e5b

Browse files
author
y276
authored
Update README.md
1 parent d21a1b9 commit 2c87e5b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

WCC-Session-3/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,15 @@ Therefore is some knowledge necessary.
173173

174174
`window`
175175

176-
> The DOM document is visible in the window that represents the window property. With the document.defaultView property a window for a document can be obtained.
176+
The DOM document is visible in the window that represents the window property. With the document.defaultView property a window for a document can be obtained.
177177

178178
<sup>*https://developer.mozilla.org/en-US/docs/Web/API/Window*</sup>
179179

180180
`document`
181181

182-
> Explanation is missing
183-
> https://developer.mozilla.org/en-US/docs/Web/API/Document
182+
The document interface is a representations any possible web page on the browser. It makes it possible to enter into the web pages content (the DOM tree). It includes elements like <body> and <head>. It gives the possiblity to obtain the page's URL and create new elements in the document
183+
184+
<sup>*https://developer.mozilla.org/en-US/docs/Web/API/Document*</sup>
184185

185186
*Quests:*
186187

0 commit comments

Comments
 (0)