Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumTypeScripttemplate literal typesSingle-choice MCQ

Given the union-of-templates type below, which assignment is rejected?

type Length = `${number}px` | `${number}em`;