Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
¿Cuál es la forma correcta de crear una instancia de conexión a MongoDB en Node.js?
const client = MongoClient(URI)
const client = MongoClient.newClient(URI);
const client = new MongoClient(URI);
const client = new MongoDB.Client(URI);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!