✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Le code suivant est correct pour un module de Node :
// on peut exporter des fonctions
function direBonjour() {
console.log('Bonjour !');
}
exports.direBonjour = direBonjour;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!