Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 844 Bytes

File metadata and controls

15 lines (10 loc) · 844 Bytes

JavaScript and DOM Manipulation

Writing a code which creats a table dynamically based upon a dataset provided.

Automatic Table and Date Search

  • Creating a basic HTML web page
  • Using the UFO dataset provided in the form of an array of JavaScript objects
  • Writing a code that appends a table to the web page and then adds new rows of data for each UFO sightings
  • Using a date form in HTML document and writing JavaScript code that will listen for events and search through the date/time column to find rows that match user input

Multiple Search Categories

  • Writing JavaScript code so the user can to set multiple filters and search for UFO sightings using the following criteria based on the table columns: date/time, city

Test Image