Code Along - Color Scheme Switcher

Code Along: Color Scheme Switcher

  • Using Atom, open the folder called color_scheme_switcher in your lesson_09_files folder. You will be using these files as starting off point.

  • 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.