Run ❯
×
Change Orientation
Change Theme, Dark/Light
let array: number[] = [1, 2, 3]; let value = array[0]; // with `noUncheckedIndexedAccess` this has the type `number | undefined`