Skip to content

Instantly share code, notes, and snippets.

@jobyjoseph
Created April 25, 2024 06:06
Show Gist options
  • Save jobyjoseph/95b1857b7ce49089b7d32434e55201e2 to your computer and use it in GitHub Desktop.
Save jobyjoseph/95b1857b7ce49089b7d32434e55201e2 to your computer and use it in GitHub Desktop.
// to make string uppercase
"hello".toUpperCase(); // "HELLO"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment