Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumTypeScripttypeof type queriesSingle-choice MCQ1 views

Given a class, what does `typeof Service` describe?

class Service { id = 1; static version = "2.0"; } type T = typeof Service;