Step 6: Implement the Update Use Case
Let’s learn how to implement the update use case for the web application.
Update
For the “Update” use case, we have an HTML page for the user interface (updateBook.html
) and a view code file (src/v/updateBook.js
).
The HTML form for the UI of the “update book” operation has a selection field to choose the book ...
Get hands-on with 1400+ tech skills courses.