Exercise #12: Get Object Values
Type Transformations · 02-unions-and-indexing
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Use `keyof` with indexed access to turn the object’s values into a union type.
Check Solution
Run "Check Solution" to validate your code in the browser.