04. Ajax HTML πŸ‘©β€πŸŽ“πŸ‘¨β€πŸŽ“

AJAX to HTML

Instructions

  • Using the starter code in provided, create and append a new table row to the existing table body. The new row should display the retrieved movie’s Title, Year, and Actors.

  • Once you have successfully created and populated a new table row, repeat this process to query the OMDb API for two more movies of your choice! Append two more rows containing the results from both AJAX requests.

πŸ’‘ Hint

You will have to build a URL of your own with the search parameters listed.

πŸ† Bonus

  • If you’ve you’ve completed the activity ahead of time, refactor your solution to be more DRY by placing repetitive logic inside of functions to be called when needed.

βœ… Solutions

Solutions Click Here