Skip to content

Instantly share code, notes, and snippets.

@kutyel
Created August 14, 2017 12:48
Show Gist options
  • Save kutyel/403b671e4070a7c5a5dadbedcfbb1cdf to your computer and use it in GitHub Desktop.
Save kutyel/403b671e4070a7c5a5dadbedcfbb1cdf to your computer and use it in GitHub Desktop.
const dc = [
{ name: "batman", power: 100 },
{ name: "superman", power: 90 },
{ name: "greenarrow", power: 70 },
{ name: "greenlantern", power: 70 }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment