Skip to content

Instantly share code, notes, and snippets.

@enkot
Created July 25, 2017 10:14
Show Gist options
  • Save enkot/3bb29488db6ced109c60b063a9307888 to your computer and use it in GitHub Desktop.
Save enkot/3bb29488db6ced109c60b063a9307888 to your computer and use it in GitHub Desktop.
function upper(name) {
return name.toUpperCase();
}
export default upper;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment