Quiz
This quiz will test what you have learned about TypeScript and its benefits.
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
Question 1 of 50 attempted
Access this course and 1400+ top-rated courses and projects.