Exercise #214: Hard Camelcase
Type Challenges (Utility Types) ยท 04-hard
Goal

Goal: Convert a string to CamelCase. For example: Source challenge: https://github.com/type-challenges/type-challenges/tree/main/questions/00114-hard-camelcase Reference explanation: https://github.com/ghaiklor/type-challenges-solutions/blob/main/en/hard-camelcase.md

Run "Check Solution" to validate your code in the browser.