- Object Creator - https://repl.it/@nbeers22/Object-creator-drill
- Object updater - https://repl.it/@nbeers22/Object-updater-drill
- Self-reference - https://repl.it/@nbeers22/Self-reference-drill
- Deleting keys - https://repl.it/@nbeers22/Deleting-keys-drill
- Make student reports - https://repl.it/@nbeers22/Make-student-reports-drill
- Enroll in summer school - https://repl.it/@nbeers22/Enroll-in-summer-school-drill
- Find by id - https://repl.it/@nbeers22/find-by-id-drill
- Validate object keys - https://repl.it/@nbeers22/validate-object-keys-drill
- Grokking - https://repl.it/@nbeers22/most-frequent-word-analyzer-challenge
- Cat carousel - https://repl.it/@nbeers22/Cat-carousel-jQuery
- Fizz Buzz - https://repl.it/@nbeers22/return-of-fizz-buzz
- Shopping List - https://nbeers22.github.io/shopping-list/
- Shopping List repo - https://github.com/nbeers22/shopping-list
- When form is submitted, prevent form from refreshing and get value of input
- Add the new item to the STORE variable
- use click handler to determine which item was clicked using $(this)
- traverse up the DOM to the parent
- Grab the id in data-item-id to use to remove from the STORE
- use jQuery .remove() to remove the
- from the DOM completely
OlderNewer