Node.js - HTTP Module
Consider this Express code:
app.get('/data', (req, res) => { res.sendStatus(204); });What will the client receive?app.get('/data', (req, res) => { res.sendStatus(204); });What will the client receive?15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions