Skip to content

Instantly share code, notes, and snippets.

@zachgoll
Created October 30, 2020 12:46
Show Gist options
  • Select an option

  • Save zachgoll/9d04337e01ecd2ebdd6055851cab3ccc to your computer and use it in GitHub Desktop.

Select an option

Save zachgoll/9d04337e01ecd2ebdd6055851cab3ccc to your computer and use it in GitHub Desktop.
function api example
function computeMortgagePayment(
interestRate: number,
price: number,
term: number
): number {
// No need for us to know the implementation details because we have an API!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment