Quiz
In this quiz, we will test what we have learned about creating React and TypeScript projects manually.
We'll cover the following...
We'll cover the following...
Creating a React and TypeScript manually
1.
In the TypeScript configuration file, what option will turn strict mode on?
A.
"strictMode": true
B.
"strict": true
C.
"noImplicitAny": true
1 / 5
Well done, we have ...