Skip to content

Instantly share code, notes, and snippets.

@iam-peekay
Created December 3, 2016 20:17
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 iam-peekay/6cf22bb700f60fc9ebd533a375c2b066 to your computer and use it in GitHub Desktop.
Save iam-peekay/6cf22bb700f60fc9ebd533a375c2b066 to your computer and use it in GitHub Desktop.
var calculateArea = (radius: number): number => {
return 3.14 * radius * radius
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment