In the quiz related to the insertOne() there is the statement
MongoDB or the client will create an _id for us if we do not supply one.
I was perplexed by the client part of this statement. I am fully on board with MongoDB database creating the _id, if we don’t supply one, but what is this client part? In my experience it is all the database, that hands out the unique id’s in this case.
I appreciate that the video states a client will create one @ 5:20 mins.