Exercise #14: Template Literal With String
Type Transformations ยท 03-template-literals
Goal

Goal: Define a template literal type that only accepts strings starting with a forward slash.

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