var ObjectId = require('mongodb').ObjectID var id = new ObjectId(); console.log(id)
const ObjectId = require("mongodb").ObjectId;