Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created May 7, 2020 17:40
Show Gist options
  • Save Klerith/4aeb99d31aedbc29ff4d54bbb77d2d7f to your computer and use it in GitHub Desktop.
Save Klerith/4aeb99d31aedbc29ff4d54bbb77d2d7f to your computer and use it in GitHub Desktop.
Un pequeño arreglo de héroes para hacer ejercicios
const heroes = [
{
id: 1,
name: 'Batman',
owner: 'DC'
},
{
id: 2,
name: 'Spiderman',
owner: 'Marvel'
},
{
id: 3,
name: 'Superman',
owner: 'DC'
},
{
id: 4,
name: 'Flash',
owner: 'DC'
},
{
id: 5,
name: 'Wolverine',
owner: 'Marvel'
},
];
@DanielVega23
Copy link

Let's keep it up!

@LuisTul
Copy link

LuisTul commented Nov 15, 2024

Gracias !!

@Adrianchino
Copy link

gracias

@jharolrojas
Copy link

gracias profe

@YsanabriaXVI
Copy link

Gracias profe, humongous course!!

@C0DEMO
Copy link

C0DEMO commented Feb 8, 2025

gracias profe

@OrlandContreras
Copy link

Excelente contenido!

@codestiven
Copy link

Coca cola con limon

@brauliorg12
Copy link

Gracias Fernando!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment