10

PHOTO EMBED

Fri Oct 28 2022 08:38:18 GMT+0000 (Coordinated Universal Time)

Saved by @Vrushabh_123

const Watch = new Product({ name: 'fossil', price: 18000 })
Watch.save()
  .then((savedWatch) => console.log(savedWatch))
  .catch((err) => console.error(err))
content_copyCOPY