Skip to content

Instantly share code, notes, and snippets.

@tin80122
Last active August 18, 2019 17:08
Show Gist options
  • Save tin80122/bfc4c0d0b37b7880cbac9c854874a6ab to your computer and use it in GitHub Desktop.
Save tin80122/bfc4c0d0b37b7880cbac9c854874a6ab to your computer and use it in GitHub Desktop.
var toLowerCase = function(str) {
return str.toLowerCase();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment