Node.js Practice Test
Node.js Express.js & REST APIs
What is middleware in Express.js?
Select your answer
A
Functions that have access to the request, response, and next function in the application's request-response cycle
B
Software installed between the client browser and the server hardware
C
A database layer between the application and storage
D
CSS libraries that sit between HTML and JavaScript
Hint