Skip to content

Instantly share code, notes, and snippets.

@miragedeb
Created April 1, 2015 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miragedeb/da57f8686d31fd0f203b to your computer and use it in GitHub Desktop.
Save miragedeb/da57f8686d31fd0f203b to your computer and use it in GitHub Desktop.
students.js
var students = [
{
name: 'Mayank',
track: 'jQuery',
achievements: 158,
points: 15000
},
{
name: 'Deepu',
track: 'IOS development',
achievements: 214,
points: 25000
},
{
name: 'Suri',
track: 'Scala',
achievements: 617,
points: 5000
},
{
name: 'Adam',
track: 'C#',
achievements: 412,
points: 50000
},
{
name: 'Dre',
track: 'Haskell',
achievements: 870,
points: 4900
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment