Each task on this page can be performed with only the techniques we've gone
over so far in class.
- Create a new bootstrap-based page with a button that says “Click Me!” and a div containing a counter set to 0.
- Add a click event listener to the button
- Once the button is clicked, the counter should increment by 1
- Every 10 clicks, change the background color of the button to one of bootstrap’s available button colors. Don’t use the same color twice in a row.
Number of Clicks: 0