Skip to content

Latest commit

 

History

History

Lesson_6

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Lesson 6 – enabling the global checkbox

Same task as in lesson 5 but now for the global checkbox.

Since some of the functions will be used multiple times we would like to store them in variables to define them only once.

Covered in this lesson

  • event delegation
  • triggering events
  • refactoring to reduce code duplication

Get to the code