✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Le code suivant est-il correct pour retourner un objet au format JSON :
app.get('/compte', function (req, res) {
objet = { id: 0, somme: 200};
res.send(objet);
});
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!