Node.js - HTTP Module
What will the following Express code send to the client?
app.get('/hello', (req, res) => { res.status(404).send('Not Found'); });app.get('/hello', (req, res) => { res.status(404).send('Not Found'); });15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions