Direction: Choose the correct option
Q1.
Which HTTP method is typically used to retrieve data?
Direction: Choose the correct option
Q2.
Which HTTP method is used to create a new resource on the server?
Direction: Choose the correct option
Q3.
What is the purpose of the PUT method?
Direction: Choose the correct option
Q4.
Which method is used to remove a resource?
Direction: Choose the correct option
Q5.
Given the route app.put('/users/:id'), what does :id represent?
