Skip to content

Instantly share code, notes, and snippets.

View NahuelBorromeo's full-sized avatar
📚
Learning

Nahuel Borromeo NahuelBorromeo

📚
Learning
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'
@Klerith
Klerith / instalaciones.md
Last active August 26, 2024 17:24
Instalaciones recomendadas para el curso de React Pro