Express JS Practice Test
Express JS Express REST API Development
Which HTTP method is conventionally used to create a new resource in a REST API built with Express?
Select your answer
A
POST
B
PUT
C
PATCH
D
GET
Hint