db.VideoJuegos.insertMany([
  { VideoJuegos: 'Roblox', Año: 2004, Categoria: 'Mixta', Dispositivo: 'PC Mobile y Consola', Programa:'C' },
  { VideoJuegos: 'DaysGone', Año: 2019, Categoria: 'Accion y Aventura', Dispositivo: 'PC' , Programa:'C' },
  { VideoJuegos: 'Detroit', Año: 2018, Categoria: 'Aventura y Drama', Dispositivo: 'PC' , Programa:'Maya' },
  { VideoJuegos: 'Minecraft', Año: 2009, Categoria: 'Mundo abierto y Sandbox', Dispositivo: 'Consola PC y Mobile' , Programa:'Java y C' },
  { VideoJuegos: 'Yandere Simulator', Año: 2014, Categoria: 'Accion y Simulacion', Dispositivo: 'PC' , Programa: 'Sur' },
  { VideoJuegos: 'Bendy and the ink machine', Año: 2017, Categoria: 'Terror y Supervivencia', Dispositivo: 'PC y Consola' , Programa:'Unity' },
  { VideoJuegos: 'Baldi basic and education', Año: 2018, Categoria: 'Terror Indie', Dispositivo:'PC' , Programa: 'Unity' },
  { VideoJuegos: 'Skullgirls Encore', Año: 2014, Categoria: 'Lucha', Dispositivo:'Consola', Programa: 'C' },
  { VideoJuegos: 'Fortnite', Año: 2017, Categoria: 'Battle Royal y Supervivencia', Dispositivo:'Consola', Programa: 'C' },
  { VideoJuegos: 'The coffin of Andy and Leyley', Año: 2013, Categoria: 'Terror Psicologico y Comedia Oscura', Dispositivo: 'PC' , Programa: 'RPG Maker RV' },
  ]);

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: