Skip to content

Commit 83bf32f

Browse files
authored
Merge pull request #1598 from javascript-tutorial/paroche-patch-8
Update article.md
2 parents 37d8255 + 5be8789 commit 83bf32f

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/1-document/10-size-and-scroll-window

1 file changed

+1
-1
lines changed

2-ui/1-document/10-size-and-scroll-window/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
How do we find the width and height of the browser window? How do we get the full width and height of the document, including the scrolled out part? How do we scroll the page using JavaScript?
44

5-
For most such requests, we can use the root document element `document.documentElement`, that corresponds to `<html>` tag. But there are additional methods and peculiarities important enough to consider.
5+
For most such requests, we can use the root document element `document.documentElement`, that corresponds to the `<html>` tag. But there are additional methods and peculiarities important enough to consider.
66

77
## Width/height of the window
88

0 commit comments

Comments
 (0)