Quiz: Classes in TypeScript
Test your understanding of classes in TypeScript.
We'll cover the following...
We'll cover the following...
Classes in TypeScript
1.
How can you declare a constructor in a TypeScript class?
A.
By using the construct
keyword.
B.
By using the constructor
keyword.
C.
By using the var-constructor
keyword.
D.
By using the constructfunction
keyword.
1 / 4
...