Bloc / group-sessions

Group Session Content
5 stars 2 forks source link

Topic Idea - DOM Manipulation #19

Open aspencer8111 opened 6 years ago

aspencer8111 commented 6 years ago

JavaScript DOM Manipulation

General outline:

  1. What is the DOM?
  2. How each node/element in the DOM can be attached to.
  3. Events and Listeners/Handlers.
  4. How to create, read, update, delete attached DOM nodes. (CRUD the dom === mastering the DOM)
  5. Final project: A simple todo list app that allows creation and deletion of tasks
  6. BONUS: an editing or 'marked done' w/o deleting task feature.