Exercise #32: Template Literal Value Extraction
Type Transformations ยท 04-conditional-types-and-infer
Goal

Goal: Use a template literal with `infer` to extract the surname from a "First Last" string.

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