Each task on this page can be performed with only the techniques we've gone over so far in class.

  1. Create a new bootstrap-based page with a button that says “Click Me!” and a div containing a counter set to 0.
  2. Add a click event listener to the button
  3. Once the button is clicked, the counter should increment by 1
  4. 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