Skip to content

Instantly share code, notes, and snippets.

@cookatrice
Last active September 3, 2015 02:48
Show Gist options
  • Select an option

  • Save cookatrice/5f7be3117ed62bce3885 to your computer and use it in GitHub Desktop.

Select an option

Save cookatrice/5f7be3117ed62bce3885 to your computer and use it in GitHub Desktop.
doSum
/** test function doSum */
function doSum(a,b){
var result = (a+b) * 3.14;
return result;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment