Skip to content

GSG-CA/DOM-manipulation-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOM-manipulation-Challenge

Exercise

  1. Clone this repo.

  2. Open exercise.js and follow the instructions.

What is the DOM?

The DOM is the Document Object Model, it is the browser's interpretation of the page once it has been parsed. It's something implemented by web browsers rather than provided by the JavaScript language itself.

DOM elements

In your browser, if you right-click on a page, you see inspect element.

inspect element

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors