Skip to content

Instantly share code, notes, and snippets.

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