Run ❯
Get your
own Node
server
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
let x = 'hello'; console.log(((x as unknown) as number).length); // x is not actually a number so this will return undefined
prog.ts(2,40): error TS2339: Property 'length' does not exist on type 'number'.