You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 years ago | |
---|---|---|
.gitignore | 9 years ago | |
README.md | 9 years ago | |
index.html | 9 years ago | |
screenshot.png | 9 years ago | |
script.js | 9 years ago | |
styles.css | 9 years ago |
README.md
Stoplight Exercise
As always, fork and clone this repo. Submit a Pull Request when you are done.
Stoplight
Wire up the buttons to the left of the stoplight to toggle the on/off state of each bulb.
Hints
- Retrieve a DOMElement with
document.querySelector
or similar method - Attach event listeners with
addEventListener
- Set the color of a bulb with
background-color