Quiz
This quiz will test what you have learned about TypeScript and its benefits.
We'll cover the following...
We'll cover the following...
Why TypeScript?
1.
Is the following code valid TypeScript?
const firstName = "Bob";
const surname = "Peters";
const fullName = `${firstName} ${surname}`;
A.
Yes
B.
No
1 / 5
Congratulations! That’s ...