The example code uses a simple random number to generate app and to-do item identifiers. In a production app you’ll have to use something more robust. Review Chapter 5 for clues! There’s one little...

The example code uses a simple random number to generate app and to-do item identifiers. In a production app you’ll have to use something more robust. Review Chapter 5 for clues! There’s one little thing missing from your REST API. If you issue a GET request against a resource and you don’t specify an identifier, your API should return a list of all items of that resource type. Modify the api.js script to handle this situation.

May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here