Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 21, 2020 14:54
Show Gist options
  • Save parzibyte/c63f7cb0e34e3df87ee8b5f06f536766 to your computer and use it in GitHub Desktop.
Save parzibyte/c63f7cb0e34e3df87ee8b5f06f536766 to your computer and use it in GitHub Desktop.
const id = "1235213asdf";
await Videojuego.findOneAndUpdate({
_id: id,
}, {
nombre: "Nuevo nombre",
precio: 500,
calificacion: 9,
});
console.log("Actualizado");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment