Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created October 9, 2015 13:25
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 chuck0523/e42e8b030ee7e572f9c9 to your computer and use it in GitHub Desktop.
Save chuck0523/e42e8b030ee7e572f9c9 to your computer and use it in GitHub Desktop.
// Generated by CoffeeScript 1.9.3
(function() {
var data;
data = [
{
"name": "tom",
"age": 30
}, {
"name": "bob",
"age": 24
}, {
"name": "wan",
"age": 29
}
];
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment