I can't seem to insert into mongoDB – Javascript
I'm trying to connect to mongodb, and then insert a document called data, I can see on my cluster that I connect, but no data gets inserted. I don't get any errors either. Here's my code: const {MongoClient, ServerApiVersion} =…