Skip to content

Commit

Permalink
Add README and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmora committed Feb 26, 2018
1 parent d324204 commit 6a3cb9a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# DOM I

Topics:
* Interacting with the DOM
* Selectors
* selectElementsByClassname
* selectElementbyId
* querySelector
* querySelectorAll
* NodeList
* HTMLCollection

## Objectives
* Manipulate the DOM using JavaScript
* Choose selectors for a given problem
* Work with the object the different selectors return

## Beginning Project
* You'll be working in the `digital_timer` directory
* Add your script tag into you index.html
* You can open your `index.html` file in your browser to see your work, but you may also work in codepen.io first if you'd like
* All your work will be done in `index.js`
* Make sure to read both the `index.html` and `styles.css` files so that you know what you're working with
* Organization of your code in `index.js` will be up to you. There will be suggestions provided later in the day

0 comments on commit 6a3cb9a

Please sign in to comment.