logo

Crowdly

Le code suivant est-il correct pour retourner un objet au format JSON : app.get(...

✅ 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);

});

More questions like this

Want instant access to all verified answers on moodle-miage-toulouse.westeurope.cloudapp.azure.com?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!