Code Along

Code Along: Color Switcher

  • Using Sublime, open the folder called color_switcher (found within the starter_code) folder

  • During this exercise, we’ll be doing the following:

    • Walk through an actual javascript code step-by-step

    • Introduce variables, functions, listeners

    • Talk about how javascript finding the elements to control?

    • Make some small changes and examine the results.