Skip to content

Instantly share code, notes, and snippets.

@Klerith
Last active October 7, 2025 20:31
Show Gist options
  • Select an option

  • Save Klerith/934da045caae0fec3a1067d013926c46 to your computer and use it in GitHub Desktop.

Select an option

Save Klerith/934da045caae0fec3a1067d013926c46 to your computer and use it in GitHub Desktop.
Una colección de Super Héroes
export const heroes = [
{
'id': 'dc-batman',
'superhero':'Batman',
'publisher':'DC Comics',
'alter_ego':'Bruce Wayne',
'first_appearance':'Detective Comics #27',
'characters':'Bruce Wayne'
},
{
'id': 'dc-superman',
'superhero':'Superman',
'publisher':'DC Comics',
'alter_ego':'Kal-El',
'first_appearance':'Action Comics #1',
'characters':'Kal-El'
},
{
'id': 'dc-flash',
'superhero':'Flash',
'publisher':'DC Comics',
'alter_ego':'Jay Garrick',
'first_appearance':'Flash Comics #1',
'characters':'Jay Garrick, Barry Allen, Wally West, Bart Allen'
},
{
'id': 'dc-green',
'superhero':'Green Lantern',
'publisher':'DC Comics',
'alter_ego':'Alan Scott',
'first_appearance':'All-American Comics #16',
'characters':'Alan Scott, Hal Jordan, Guy Gardner, John Stewart, Kyle Raynor, Jade, Sinestro, Simon Baz'
},
{
'id': 'dc-arrow',
'superhero':'Green Arrow',
'publisher':'DC Comics',
'alter_ego':'Oliver Queen',
'first_appearance':'More Fun Comics #73',
'characters':'Oliver Queen'
},
{
'id': 'dc-wonder',
'superhero':'Wonder Woman',
'publisher':'DC Comics',
'alter_ego':'Princess Diana',
'first_appearance':'All Star Comics #8',
'characters':'Princess Diana'
},
{
'id': 'dc-martian',
'superhero':'Martian Manhunter',
'publisher':'DC Comics',
'alter_ego':'J\'onn J\'onzz',
'first_appearance':'Detective Comics #225',
'characters':'Martian Manhunter'
},
{
'id': 'dc-robin',
'superhero':'Robin/Nightwing',
'publisher':'DC Comics',
'alter_ego':'Dick Grayson',
'first_appearance':'Detective Comics #38',
'characters':'Dick Grayson'
},
{
'id': 'dc-blue',
'superhero':'Blue Beetle',
'publisher':'DC Comics',
'alter_ego':'Dan Garret',
'first_appearance':'Mystery Men Comics #1',
'characters':'Dan Garret, Ted Kord, Jaime Reyes'
},
{
'id': 'dc-black',
'superhero':'Black Canary',
'publisher':'DC Comics',
'alter_ego':'Dinah Drake',
'first_appearance':'Flash Comics #86',
'characters':'Dinah Drake, Dinah Lance'
},
{
'id': 'marvel-spider',
'superhero':'Spider Man',
'publisher':'Marvel Comics',
'alter_ego':'Peter Parker',
'first_appearance':'Amazing Fantasy #15',
'characters':'Peter Parker'
},
{
'id': 'marvel-captain',
'superhero':'Captain America',
'publisher':'Marvel Comics',
'alter_ego':'Steve Rogers',
'first_appearance':'Captain America Comics #1',
'characters':'Steve Rogers'
},
{
'id': 'marvel-iron',
'superhero':'Iron Man',
'publisher':'Marvel Comics',
'alter_ego':'Tony Stark',
'first_appearance':'Tales of Suspense #39',
'characters':'Tony Stark'
},
{
'id': 'marvel-thor',
'superhero':'Thor',
'publisher':'Marvel Comics',
'alter_ego':'Thor Odinson',
'first_appearance':'Journey into Myster #83',
'characters':'Thor Odinson'
},
{
'id': 'marvel-hulk',
'superhero':'Hulk',
'publisher':'Marvel Comics',
'alter_ego':'Bruce Banner',
'first_appearance':'The Incredible Hulk #1',
'characters':'Bruce Banner'
},
{
'id': 'marvel-wolverine',
'superhero':'Wolverine',
'publisher':'Marvel Comics',
'alter_ego':'James Howlett',
'first_appearance':'The Incredible Hulk #180',
'characters':'James Howlett'
},
{
'id': 'marvel-daredevil',
'superhero':'Daredevil',
'publisher':'Marvel Comics',
'alter_ego':'Matthew Michael Murdock',
'first_appearance':'Daredevil #1',
'characters':'Matthew Michael Murdock'
},
{
'id': 'marvel-hawkeye',
'superhero':'Hawkeye',
'publisher':'Marvel Comics',
'alter_ego':'Clinton Francis Barton',
'first_appearance':'Tales of Suspense #57',
'characters':'Clinton Francis Barton'
},
{
'id': 'marvel-cyclops',
'superhero':'Cyclops',
'publisher':'Marvel Comics',
'alter_ego':'Scott Summers',
'first_appearance':'X-Men #1',
'characters':'Scott Summers'
},
{
'id': 'marvel-silver',
'superhero':'Silver Surfer',
'publisher':'Marvel Comics',
'alter_ego':'Norrin Radd',
'first_appearance':'The Fantastic Four #48',
'characters':'Norrin Radd'
}
]
@gyovine
Copy link
Copy Markdown

gyovine commented Sep 5, 2024

Gracias Fer! :D

@Torofms37
Copy link
Copy Markdown

Gracias, main (no puedo decir master, así que lo cambié por main)

@YanlDev
Copy link
Copy Markdown

YanlDev commented Oct 26, 2024

Genial

@AndradeCarlos243
Copy link
Copy Markdown

Muchas gracias maestro, saludos!

@jhonnyky71
Copy link
Copy Markdown

Gracias Fernando por el tiempo que dedicas a enseñar a otros. eso muestra la gran persona que eres.

@tjhoan
Copy link
Copy Markdown

tjhoan commented Jan 9, 2025

Mil gracias, Fernando, Eres un grande

@OBI7SOLO
Copy link
Copy Markdown

Graciaaaas

@juanmaxdev
Copy link
Copy Markdown

Gracias por los cursos. Muy bien explicado todo.

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