Quiz
This quiz will test what you have learned about TypeScript and its benefits.
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 ...