Skip to content

Latest commit

 

History

History
executable file
·
26 lines (15 loc) · 628 Bytes

README.md

File metadata and controls

executable file
·
26 lines (15 loc) · 628 Bytes

Michael Baywatch

A catalog of Michael Bay's ridiculous filmography.

Day 3 Homework

  • Store the flicks in an array, as well as in the DOM.

Bonus Credit

  • Add a fav button to each list item.
  • Make it change the appearance of that item. (e.g. Add a background color.)

Mega Bonus Credit

  • Add a remove button to each list item.
  • Make that button actually work.

Super Mega Bonus Credit

  • Make sure that both of those buttons affect the array as well.
  • Make the fav button toggle the fav status.

Super Mega Bonus Credit Hyper Fighting

  • Add buttons that move a flick up and down the list.