Exercise #44: Get Dynamic Path Params
Type Transformations ยท 06-challenges
Goal

Goal: Split the path into segments and build an object whose keys are the dynamic `:param` names and whose values are strings.

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