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.
667 B
667 B
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