Skip to content

Instantly share code, notes, and snippets.

View Cristian5c26l's full-sized avatar
💭
Trying to learn english.

Cri5tiannn Cristian5c26l

💭
Trying to learn english.
  • Mexico
View GitHub Profile
@Cristian5c26l
Cristian5c26l / heroes.ts
Created June 25, 2024 14:38 — forked from Klerith/heroes.ts
Material para el ejercicio del curso de Vue.js
const heroes = [
{
id: 1,
name: 'Batman',
owner: 'DC'
},
{
id: 2,
name: 'Spiderman',
owner: 'Marvel'