Login
Remember
Register
Ask a Question
The following are ways to declare a variable in TypeScript, except ________.
+1
vote
asked
Jan 27, 2020
in
JavaScript
by
AdilsonLima
The following are ways to declare a variable in TypeScript, except ________.
Var 2 --
var lengthB:string
var localLength=13
var lengthA:string = "meter"
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 27, 2020
by
AdilsonLima
var 2
...