Skip to content

Instantly share code, notes, and snippets.

@Violet-Bora-Lee
Created March 9, 2019 15:28
Show Gist options
  • Save Violet-Bora-Lee/2c9125533ad5a202ac220d45cfbd3f5f to your computer and use it in GitHub Desktop.
Save Violet-Bora-Lee/2c9125533ad5a202ac220d45cfbd3f5f to your computer and use it in GitHub Desktop.
export function times(x) {
return x * x;
}
export function plusTwo(number) {
return number + 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment