MyUncapitalize
EasyImplement MyUncapitalize which makes the first letter of a string lowercase.
TypeScript•UTF-8
Run your code to see results.
Click the Run button above
MyUncapitalize
EasyImplement MyUncapitalize which makes the first letter of a string lowercase.
Examples:
Input 1: type Result = MyUncapitalize<"Hello">
Output 1: "hello"
Output
Run your code to see results.