/Applied-DOM

Additional Apply Bind Call Exercises

Primary LanguageJavaScript

Applied DOM

Additional Apply Bind Call Exercises

Exercise

  1. fork and clone this repo
  2. run command npm install to get dependencies
  3. open the project in your code editor
  4. follow the instructions detailed in each comment block found in file: ./js/app.js
  5. run the command npm start to start your server
  6. open your browser to http://localhost:8080
  7. your goal is to write click event handlers for each blue button, that when triggered, will turn it's "light" color from red to green
  8. commit after each button successfully turns it's light color to green