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
Question 1 of 50 attempted
Get hands-on with 1400+ tech skills courses.