Skip to content

Instantly share code, notes, and snippets.

@Seondong
Created September 4, 2015 06:55
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 Seondong/619d3985b6c561f8ca22 to your computer and use it in GitHub Desktop.
Save Seondong/619d3985b6c561f8ca22 to your computer and use it in GitHub Desktop.
doSum
/** gist tutorial with sublime text 2 **/
function doSum(a,b){
return a+b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment