Skip to content

Instantly share code, notes, and snippets.

View emmacamp's full-sized avatar

Emmanuel Aaron Popa Campusano emmacamp

View GitHub Profile
@Klerith
Klerith / heroes.js
Created May 7, 2020 17:40
Un pequeño arreglo de héroes para hacer ejercicios
const heroes = [
{
id: 1,
name: 'Batman',
owner: 'DC'
},
{
id: 2,
name: 'Spiderman',
owner: 'Marvel'