Question: Is this valid TypeScript code? If not, why not? let a number = 10; let b: number = 12; let c: number = a
Is this valid TypeScript code? If not, why not? let a number = 10; let b: number = 12; let c: number = a + b; let b: string: "Hallo! a + b is equal to 11 + C;
Step by Step Solution
There are 3 Steps involved in it
ANSWER not valid TypeScript code Because The assignment operator is missing on the first line wh... View full answer
Get step-by-step solutions from verified subject matter experts
