+1 vote
in JavaScript by
The following are ways to declare a variable in TypeScript, except ________.

Var 2 --

var lengthB:string

var localLength=13

var lengthA:string = "meter"

1 Answer

0 votes
by
var 2

Related questions

0 votes
asked Mar 23, 2022 in TypeScript - JavaScript's Superset by sharadyadav1986
0 votes
asked Feb 11, 2020 in HTML by rahuljain1
...