Node.js - HTTP Module
Find the bug in this Express handler:
app.get('/json', (req, res) => { res.sendStatus(201); res.json({ success: true }); });app.get('/json', (req, res) => { res.sendStatus(201); res.json({ success: true }); });15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions