Quiz: Strict Compiler Options
Test your understanding of the strict compiler options in TypeScript.
We'll cover the following...
We'll cover the following...
Strict Compiler Options
1.
Which TypeScript compiler option enables strict null checks, ensuring values cannot be null or undefined unless explicitly allowed?
A.
noImplicitReturns
B.
strictNullChecks
C.
noUnusedLocals
D.
noUnusedParameters
1 / 5