Week 15: Lab #29

Search Array of Objects

DUE: Thursday, 4/27 @ 5pm



Using this array of objects holding movie information, create an input field to allow the user to search on multiple properties. Copy the entire contents of the file into your lab page within the script area.

The page must contain:
  1. A text input field to enter a search query.
  2. A drop-down menu listing properties that results will be sorted by.
  3. An empty div in which search results will be written to with the id "results".

The behavior of your script should be as follows:
Upload your completed lab by the due date specified above and make sure that you add a working link to it on your class page, otherwise it will not be reviewed and you will not receive credit.