Skip to content

Instantly share code, notes, and snippets.

@jgwill
Created December 8, 2018 18:01
Show Gist options
  • Save jgwill/a161bd5e7eb7ee493264c002a97449ac to your computer and use it in GitHub Desktop.
Save jgwill/a161bd5e7eb7ee493264c002a97449ac to your computer and use it in GitHub Desktop.
@stcgoal Change a string to lowercase in Javascript
var str = "Hello World!";
var res = str.toLowerCase();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment