0 votes
in TypeScript - JavaScript's Superset by
recategorized by

The following are correct ways of defining variables in TypeScript, except _________.

a) var NumberOfDNA=10231

b) var DNA:string

c) var DNA:string= "CGATAATCGGGGAATTTCAG"

d) var 10231

1 Answer

0 votes
by
edited by
d) var 10231

Related questions

0 votes
asked Mar 22, 2022 in TypeScript - JavaScript's Superset by sharadyadav1986
0 votes
asked Mar 22, 2022 in TypeScript - JavaScript's Superset by sharadyadav1986
...