Skip to content

Instantly share code, notes, and snippets.

@dpalita
Created February 4, 2018 13:37
Show Gist options
  • Save dpalita/0fd74c1e1a923ed4146ba66c2163ba5b to your computer and use it in GitHub Desktop.
Save dpalita/0fd74c1e1a923ed4146ba66c2163ba5b to your computer and use it in GitHub Desktop.
const square = (operand: number): number => operand * operand
const four = square(2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment