Exercise #15: Extract With Template Literals
Type Transformations ยท 03-template-literals
Goal

Goal: Use a template literal pattern to extract only the routes that include a dynamic `:param` segment.

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