1.

The following are ways to declare a variable in TypeScript, except ________.

Answer»

The following are ways to declare a VARIABLE in TypeScript, EXCEPT ________.
Choose the correct option from below list
(1)var 2
(2)var localLength=13
(3)var lengthA:string = "METER"
(4)var lengthB:string

Answer:-(1)var 2



Discussion

No Comment Found