Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created May 14, 2013 16:58
Show Gist options
  • Save vsavkin/5577570 to your computer and use it in GitHub Desktop.
Save vsavkin/5577570 to your computer and use it in GitHub Desktop.
favouriteLanguages: function(user){
return ["JS", "Ruby"];
}
var languages = userInfo.favouriteLanguages("Victor");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment