Skip to content

Instantly share code, notes, and snippets.

View xhate83's full-sized avatar
🎯
Focusing

Julian Ospina xhate83

🎯
Focusing
  • Colombia
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'