Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9e0ef3

Browse files
authored
Update LESSONPLAN.md
1 parent 0e6f57c commit e9e0ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week1/LESSONPLAN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FIRST HALF (12.00 - 13.30)
2121
## 1. Document Object Model (DOM)
2222

2323
### Explanation
24-
The [Document Object Model (DOM)](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction) is an _object-oriented representation_ of a web page(HTML document) which the web browsers make available to JavaScript for manipulation. Inside a JavaScript file, we can access the DOM through a global object called `document` or `window.document`.
24+
The [Document Object Model (DOM)](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction) is an _object-oriented representation_ of a web page(HTML document) which the web browsers make available to JavaScript for manipulation. Inside a JavaScript file, we can access the DOM through a global object called `document` or `window.document`.
2525

2626
**It is not a programming language but without it JavaScript would not have any knowledge of our web page/HTML document.**
2727
### Example

0 commit comments

Comments
 (0)