Quiz: MongoDB and Deno
Quiz yourself on the use of MongoDB with Deno.
We'll cover the following...
We'll cover the following...
1
How do we read data from MongoDB using Deno?
A)
collection.getOne()
B)
collection.fetch()
C)
collection.findOne()
D)
collection.search()
Question 1 of 50 attempted