Skip to main content
🔮 Output PredictionND Node.js Easy⚡+10 XP

HTTP Status

What HTTP status code means 'Not Found'?

Node.js
res.status(404).json({ error: "Not Found" });

🔮 What is the output?