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 firstName: string = "Dylan"; // type string firstName = 33; // attempts to re-assign the value to a different type console.log(firstName);
prog.ts(2,1): error TS2322: Type 'number' is not assignable to type 'string'.