MyCapitalize

Easy

Implement MyCapitalize which capitalizes the first letter of a string.

Examples:

Input 1: type Result = MyCapitalize<"hello">
Output 1: "Hello"
Output
Run your code to see results.

By continuing to use the platform, you accept the terms of the Privacy Policy and the use of cookies.