- Fork this repo and
git cloneit down to your computer - Open index.html in your browser
- When you're finished or when time is up, push your work to your remote repo, and file a Pull Request
In script.js, add click event handlers to the button elements such that:
- when the
.incrementbutton is clicked the displayed count (thediv.countelement) increments by 1 - when the
.decrementbutton is clicked the displayed count (thediv.countelement) decrements by 1