Consider the code snippet below in an Express server.

app.get('/', function(req, res) { 
  res.send(404); 
}); 


What will be the response from server on accessing the path "/"?

The server will just send the status code and the basic headers, with no body
Page Not found
Hello World
Cannot Get "/"
Verified Answer
Correct Option - a

To get all Infosys Certified Node Developer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram