Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created August 7, 2015 21:59
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/fbfcd8322a9bf88777b8 to your computer and use it in GitHub Desktop.
Save chuck0523/fbfcd8322a9bf88777b8 to your computer and use it in GitHub Desktop.
var MyApp = {};
MyApp.grade = {
1 : 'bad',
2 : 'soso',
3 : 'great'
};
MyApp.rank = {
A : [1,2,3],
B : [4,5,6],
C : [7,8,9]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment