Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumTypeScriptindex signaturesSingle-choice MCQ

Does the `Profile` interface compile, and why?

interface Profile { [key: string]: number; age: number; score: number; }