Code Quiz
Creating a Resource via Fetch
Spot the request-flow bug in a client function that sends data to a REST API.
This function is meant to create a new user on the server, but it never persists the data. What is the bug?
Spot the request-flow bug in a client function that sends data to a REST API.
This function is meant to create a new user on the server, but it never persists the data. What is the bug?