Google News
logo
TypeScript - Quiz(MCQ)
Which are the different Data Types supported by Typescript?
A)
Boolean var bValue: boolean = false
B)
Number var age: number = 16
C)
String var name: string = "jon"
D)
All of the above

Correct Answer :   All of the above

Advertisement