Exercise #32: Template Literal Value Extraction
Type Transformations ยท 04-conditional-types-and-infer
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Use a template literal with `infer` to extract the surname from a "First Last" string.
Check Solution
Run "Check Solution" to validate your code in the browser.