Quiz: MongoDB and Deno
Quiz yourself on the use of MongoDB with Deno.
We'll cover the following...
1
How do we add data to MongoDB using Deno?
A)
collection.insertOne()
B)
collection.addOne()
C)
collection.plus()
D)
collection.new()
Question 1 of 50 attempted