Our 2nd Graded Exercise will now focus on the implementation of UD of the CRUD operations which are Update and Delete. Follow the instructions given regarding the requirements of this exercise
Instructions:
- Modify your 1st Graded Exercise.
- The first modification is to implement Update operation. The Update operations is that when a user enters the same, existing Movie Title saved, it will take in the new information and star rating will be averaged.
- The second modification is to implement the Delete operation. A Delete button will be displayed after each Movie in the List and when a user clicks on it a confirmation message will appear.


- When a user clicks the Ok button on the confirmation, the movie will be removed or deleted from the list. In the example below How To Train Your Dragon was deleted.

- No need to update the index.html to have a link to this exercise.
- Commit your changes to your online repository in Github.
- Submit your Github live server and to your repository. To this submission bin.
- Rubrics are as follows:
Criteria | Description | Points |
|---|---|---|
1. Code Functionality/Correctness | The program runs correctly, produces expected results, and meets the requirements of the exercise. Partial credit if mostly correct but with minor errors. Partial credit also if answered using the “brute force” method. For this exercise:
| 16 pts |
2. CSS Implementation | Applied CSS to make the form presentable and aesthetically pleasing to the user | 2 pts |
3. Good Coding Practices | Proper indentation, meaningful variable names, comments explaining key parts, and consistent formatting. Encourages readability, maintainability and testability. | 2 pts |