Quiz: MongoDB and Deno
Quiz yourself on the use of MongoDB with Deno.
We'll cover the following...
1
How do we delete data from MongoDB using Deno?
A)
collection.deleteOne()
B)
collection.removeOne()
C)
collection.updateOne()
D)
collection.alterOne()
Question 1 of 50 attempted