Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardTypeScriptarrays and tuplesSingle-choice MCQ9 views

What is the type of x?

const arr: number[] = [1,2,3];\nconst x = arr[0]; // with noUncheckedIndexedAccess