Skip to content

Instantly share code, notes, and snippets.

@chikoski
Created October 9, 2014 03:02
Show Gist options
  • Select an option

  • Save chikoski/d29613bb95fd5d2bbb64 to your computer and use it in GitHub Desktop.

Select an option

Save chikoski/d29613bb95fd5d2bbb64 to your computer and use it in GitHub Desktop.
var frac = function(bunshi, bunbo){
var bunsu = {
bunshi: bunshi,
bunbo: bunbo
};
return bunsu;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment