Highlights
- Pro
Pinned Loading
-
Tips
Tips 1const capitalize = (s: string): string => s.charAt(0).toUpperCase() + s.slice(1);
23capitalize('lorem ipsum'); // -> Lorem ipsum
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.