Google News
logo
TypeScript - Quiz(MCQ)
You can enable 'undefined' and 'null' types to be accounted for by enabling the compiler property:
A)
noAutoType
B)
noFalseyInits
C)
strictChecksRequired
D)
strictNullChecks

Correct Answer :   strictNullChecks

Advertisement