Uncategorized

Using Bootstrap, create a page that enables you to enter a list of your favorite movies.

Using Bootstrap, create a page that enables you to enter a list of your favorite movies. For example, you can enter the list ”Star Wars”, ”King Kong”, ”Memento”, or any movie that you want.Ensure that you satisfy the following requirements:You should store the list of movies in a JavaScript array. When you add a new movie by submitting the form then you should add the new movie to the array. When you delete an existing movie with the button then you should remove the movie from the array.

Leave a Reply

Your email address will not be published. Required fields are marked *