Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function addItem() {
  2. take the item that's inputed into the form and add it to STORE where it can then get generated in generatitemelement
  3. }
  4.  
  5. function checkItem() {
  6. find the item and then change the boolean of checked to whatever it isn't currently
  7. }
  8.  
  9.  
  10. function deleteItem() {
  11. find the item by ID and then remove it from the STORE
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement