Hola!
I’m looking at the quiz for basic writes in chapter 2… I just keep looking at it and it just looks odd…
What is true about the result object of an insert_one (InsertOneResult)
To me that reads like we’re taking the result of one insert_one()
and inserting it again by passing it to another insert_one()
as the argument. Thus: insert_one(InsertOneResult)
.
Is it just me and am I simply inexperienced? Or does this look odd to someone else?